diff options
| author | Jan Palma <honzik@janpalma.cz> | 2026-03-14 16:57:56 +0100 |
|---|---|---|
| committer | Jan Palma <honzik@janpalma.cz> | 2026-03-14 16:58:29 +0100 |
| commit | 8fb1cf68c9658c0712fc4f6b8bc003d550e96078 (patch) | |
| tree | 0bb7027b7b1b346949adb929438006dd922d6e05 /assets/css/theme.css | |
| parent | fecad956027879aa8e1c86a70c0b66c35b7b5515 (diff) | |
| download | spelis-web-8fb1cf68c9658c0712fc4f6b8bc003d550e96078.tar spelis-web-8fb1cf68c9658c0712fc4f6b8bc003d550e96078.tar.gz spelis-web-8fb1cf68c9658c0712fc4f6b8bc003d550e96078.tar.bz2 spelis-web-8fb1cf68c9658c0712fc4f6b8bc003d550e96078.tar.lz spelis-web-8fb1cf68c9658c0712fc4f6b8bc003d550e96078.tar.xz spelis-web-8fb1cf68c9658c0712fc4f6b8bc003d550e96078.tar.zst spelis-web-8fb1cf68c9658c0712fc4f6b8bc003d550e96078.zip | |
Accent color
Diffstat (limited to 'assets/css/theme.css')
| -rw-r--r-- | assets/css/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css index c3cac62..d35448b 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -5,6 +5,7 @@ html { --text: #d2e7efff; --code: #1d2123; --code-text: #abd1de; + --accent: #278db6; font-family: "Kode Mono", monospace; } * { |
