From bd50dc9dd96213cf987c7ad22f73e0654e84ec5c Mon Sep 17 00:00:00 2001 From: shylinux Date: Fri, 31 Mar 2023 13:01:42 +0800 Subject: [PATCH] opt yac --- index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.css b/index.css index 9ce0c03d..8a4a6894 100644 --- a/index.css +++ b/index.css @@ -361,3 +361,8 @@ div.toggle::-webkit-scrollbar { width:0 !important; height:0 !important; } body.windows form.option>div.icon { font-size:21px; } body.windows fieldset.inner.cmd>div.output>div.layout.flow>div.tabs div.website.icon { line-height:36px; } + +body.light span.keyword { color:darkblue; } +body.light span.function { color:darkcyan; } +body.dark span.keyword { color:royalblue; } +body.dark span.function { color:lightgreen; }