Possible Duplicate:
Addition of themes for Stack Overflow

Questions tagged with favorite tags are orange (#ffefc6). I would like to change that - is it possible?

Of course I could change the Chrome user stylesheet to force my own background, but that would only work on Chrome, and would have to be done on all computers.

edit

For info this is what I came up with on Chrome

#question-mini-list .tagged-interesting { background-color:#fffaf5 ! important;border:1px solid #eee ! important; }

(in Google/Chrome/Default/User StyleSheets/Custom.css on Mac / Linux)

share|improve this question
No, it's not possible with any settings on the site itself. – J. Steen Feb 5 at 12:16
Stack Overflow does not support themes. – juergen d Feb 5 at 12:16

marked as duplicate by Sha Wiz Dow Ard, ben is uǝq backwards, hims056, Diago, Martijn Pieters Feb 5 at 15:11

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 3 down vote accepted

You could use custom css in your browser:

.tagged-interesting { 
  background-color: your-color;
}

Opera for instance lets you set custom styles for every site but I am sure, other browsers also provide that functionality (at least via plugin).

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged