mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Add example of how to configure colors used for HTML highlighting
This commit is contained in:
parent
a08a3aca8f
commit
3338f851ec
@ -38,3 +38,11 @@ h1 {
|
|||||||
/* Further, give it a pretty colour: */
|
/* Further, give it a pretty colour: */
|
||||||
color: lightgoldenrod !important;
|
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 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user