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:
parent
a08a3aca8f
commit
3338f851ec
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user