diff options
author | Julien Dessaux | 2023-01-22 21:54:23 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-01-22 21:58:05 +0100 |
commit | 7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b (patch) | |
tree | 40c7864e95a88f80f5403b90089acf78068d4755 /assets/selenized.css | |
parent | Typos (diff) | |
download | www-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.tar.gz www-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.tar.bz2 www-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.zip |
Switched theme from solarized to selenized
Diffstat (limited to '')
-rw-r--r-- | assets/selenized.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/selenized.css b/assets/selenized.css new file mode 100644 index 0000000..0541547 --- /dev/null +++ b/assets/selenized.css @@ -0,0 +1,28 @@ +html { + background-color: #181818; + color: #b9b9b9; +} +body, main { + background-color: #252525; +} +a { + color: #dbb32d; +} +a:visited { + color: #e67f43; +} +a:hover { + color: #ed4a46; +} +h1, +body header nav ul li a, +body header nav ul li a:visited { + color: #ed4a46; +} +h2, h3, h4, h5, h6 { + color: #70b443; +} +pre, code { + background-color: #181818; + color: #b9b9b9; +} |