On 2012-12-17 22:43 (GMT+0800) Robin Atwood composed:
Felix Miata wrote:
WFM in 4.9.90. Is that the exact same sheet that used to work? I'll bet it
isn't. !important is missing from each rule. Without it, user styles are
ignored on most pages.
That is the original and it used to work until
On Monday 17 Dec 2012, Felix Miata wrote:
> On 2012-12-16 19:50 (GMT+0800) Robin Atwood composed:
> > Since forever I have used a simple user style-sheet to force
> > black-on-white default on web pages. This is necessary because I have a
> > light-on-dark colour scheme and text can be unreadable i
On Monday 17 Dec 2012, Duncan wrote:
> Robin Atwood posted on Sun, 16 Dec 2012 19:50:30 +0800 as excerpted:
> > Since forever I have used a simple user style-sheet to force
> > black-on-white default on web pages. This is necessary because I have a
> > light-on-dark colour scheme and text can be un
On 2012-12-16 19:50 (GMT+0800) Robin Atwood composed:
Since forever I have used a simple user style-sheet to force black-on-white
default on web pages. This is necessary because I have a light-on-dark colour
scheme and text can be unreadable if the background is defaulted. The CSS is
not fancy,
Robin Atwood posted on Sun, 16 Dec 2012 19:50:30 +0800 as excerpted:
> Since forever I have used a simple user style-sheet to force
> black-on-white default on web pages. This is necessary because I have a
> light-on-dark colour scheme and text can be unreadable if the background
> is defaulted. T
Since forever I have used a simple user style-sheet to force black-on-white
default on web pages. This is necessary because I have a light-on-dark colour
scheme and text can be unreadable if the background is defaulted. The CSS is
not fancy, e.g.
body {
background-color: white;
color: black