diff options
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index c885f86..deb4ce0 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -397,3 +397,39 @@ details { .message .body.card-body { padding: .8rem; } + + + +/* Syntax highlighting code, by David Thompson, borrowed + from: + https://git.dthompson.us/blog.git/blob_plain/refs/heads/haunt-migration:/css/dthompson.css + David Thompson gives permission for this to be GPLv3+ and CC BY-SA 4.0 + + Modified significantly since. +*/ + + +.syntax-special, .syntax-element { + color: #856; + font-weight: bold; +} + +.syntax-symbol { + color: #423; +} + +.syntax-string { + color: #484; +} + +.syntax-keyword, .syntax-attribute { + color: #921; +} + +.syntax-comment { + color: #666; +} + +.syntax-open, .syntax-close { + color: #688; +} |