1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Add example of how to configure colors used for HTML highlighting

This commit is contained in:
Jonas Fonseca 2005-12-24 16:03:15 +01:00 committed by Jonas Fonseca
parent a08a3aca8f
commit 3338f851ec

View File

@ -38,3 +38,11 @@ h1 {
/* Further, give it a pretty colour: */
color: lightgoldenrod !important;
}
/* The following specifies colors used in the HTML highligting. */
document { color: yellow }
element { color: lightgreen }
entity-reference { color: red }
proc-instruction { color: red }
attribute { color: magenta }
comment { color: aqua }