diff --git a/nix/pkgs/homepage/src/style.css b/nix/pkgs/homepage/src/style.css index de4c181..4fe762b 100644 --- a/nix/pkgs/homepage/src/style.css +++ b/nix/pkgs/homepage/src/style.css @@ -91,3 +91,18 @@ main table td { main h3 code { margin-left: 0.6rem; } + +.sourceCode .kw { + font-weight: bold; + color: #1F2F6F; +} +.sourceCode .dt { + font-weight: bold; + color: #1F5F2F; +} +.sourceCode .ot { + color: #666; +} +.sourceCode .st { + color: #007F00; +}