diff options
author | lolcat <will@lolcat.ca> | 2025-08-11 01:55:15 +0000 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2025-08-11 01:55:15 +0000 |
commit | cdf958d29333d448f4521f4d2faa2592b58e9b27 (patch) | |
tree | 528f2a0ffa789a6f4279d9f54a4a2aaf391f390f /static/themes/Kuuro.css | |
download | shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.tar.gz shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.tar.bz2 shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.zip |
fix wikipedia crashgrafted
Diffstat (limited to 'static/themes/Kuuro.css')
-rw-r--r-- | static/themes/Kuuro.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/themes/Kuuro.css b/static/themes/Kuuro.css new file mode 100644 index 0000000..fdb60e5 --- /dev/null +++ b/static/themes/Kuuro.css @@ -0,0 +1,17 @@ +:root{ + --1d2021: #101010; + --282828: #1a1a1a; + --3c3836: #1e1e1e; + --504945: #232323; + + --928374: #949494; + --a89984: #d2d2d2; + --bdae93: #d2d2d2; + --8ec07c: #99c794; + --ebdbb2: #d2d2d2; + + --comment: #5f6364; + --default: #cccece; + --keyword: #c594c5; + --string: #99c794; +}
\ No newline at end of file |