From 43a9a976273b57d8ac87ac867db79fea1b73c6ad Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 23 Oct 2022 00:27:01 +0200 Subject: [PATCH] homepage: add colors for vpn ini highlighting --- nix/pkgs/homepage/src/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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; +}