diff --git a/static/index.css b/static/index.css index dbe1fcf..c9947f0 100644 --- a/static/index.css +++ b/static/index.css @@ -183,6 +183,9 @@ code { body > * { color: #f8f8f2; } + code { + color: #50fa7b; + } a::after { background-color: #bd93f9; }