![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I've gotten my layout (Stepping Stones) how I like it except for one little detail... the way it uses the custom reading colors is exactly opposite how I expect them. In other words, the color I pick for the foreground gets used where I would expect the background color to be used (and vice versa). Short of manually resetting all my custom colors, is there a way to invert them?
The CSS of my reading page does list out all the custom colors, which I was pleased to see, but I'm not sure if I can change them in one shot rather than adding them all into my custom CSS individually (requiring an update whenever I add or remove journals from my reading list/circle).
A customized reading color ends up in the CSS as this:
.journal-journalname div.userpic a img {border: solid; border-color: #ffcc99; }
.journal-journalname div.userpic a img {padding: 2px; background-color: #663300; }
I want to swap the border-color value and the background-color value. Presumably there is a way to wildcard the journalname, the problem is the color swapping. Is there a way to do that?
The CSS of my reading page does list out all the custom colors, which I was pleased to see, but I'm not sure if I can change them in one shot rather than adding them all into my custom CSS individually (requiring an update whenever I add or remove journals from my reading list/circle).
A customized reading color ends up in the CSS as this:
.journal-journalname div.userpic a img {border: solid; border-color: #ffcc99; }
.journal-journalname div.userpic a img {padding: 2px; background-color: #663300; }
I want to swap the border-color value and the background-color value. Presumably there is a way to wildcard the journalname, the problem is the color swapping. Is there a way to do that?
Tags: