Hello,

Most of the selectors in my style sheet are highlighted as bold darkblue text,
as expected, like this:

_[color=darkblue].content[/color]_ {
 width:[color=darkblue]60%[/color];
 margin:[color=darkblue]auto[/color]; 
}


However, in the style sheet that I am making, some of the selectors are normal
black, and some are normal red, like this:

.content {
 width:[color=darkblue]60%[/color];
 margin:[color=darkblue]auto[/color]; 
}

[color=red]nav.top-nav li[/color] {
display:[color=darkblue]inline[/color];
padding:[color=darkblue]0px 12px 0px 0px[/color];
}

This seems to happen only when I am applying @media queries.

The stylesheet validates according to W3C, so I am not sure some selectors are a
different colour and weight?


[color=white].[/color]

-- 
<https://forum.pspad.com/read.php?2,77142,77142>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem