From 1b3ccf6bd3c4c0aee08be924fd0180aac8e3ec54 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 13 Jun 2021 13:36:08 +0530 Subject: style cst to be more readable --- www/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'www/index.html') 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 { font-family: 'IBM Plex Mono', monospace; } +span.kind { + color: #a3aab6; +} + +span.range { + font-size: 11px; + color: #a3aab688; +} + +span.token-text { + color: #98c379; +} + -- cgit v1.2.3