diff options
author | Akshay <[email protected]> | 2021-06-13 09:06:08 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-06-13 09:06:08 +0100 |
commit | 1b3ccf6bd3c4c0aee08be924fd0180aac8e3ec54 (patch) | |
tree | fd5d57a127cc2aed92f4f074f9a28b45b66832ef /www/index.html | |
parent | 6efa08c1c0e044f6633e60dd4117c29eae39b516 (diff) |
style cst to be more readable
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 36e30c7..8c11955 100644 --- a/www/index.html +++ b/www/index.html | |||
@@ -60,6 +60,19 @@ pre { | |||
60 | font-family: 'IBM Plex Mono', monospace; | 60 | font-family: 'IBM Plex Mono', monospace; |
61 | } | 61 | } |
62 | 62 | ||
63 | span.kind { | ||
64 | color: #a3aab6; | ||
65 | } | ||
66 | |||
67 | span.range { | ||
68 | font-size: 11px; | ||
69 | color: #a3aab688; | ||
70 | } | ||
71 | |||
72 | span.token-text { | ||
73 | color: #98c379; | ||
74 | } | ||
75 | |||
63 | </style> | 76 | </style> |
64 | <body> | 77 | <body> |
65 | <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> | 78 | <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> |