aboutsummaryrefslogtreecommitdiff
path: root/assets/solarized.css
diff options
context:
space:
mode:
authorJulien Dessaux2023-01-22 21:54:23 +0100
committerJulien Dessaux2023-01-22 21:58:05 +0100
commit7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b (patch)
tree40c7864e95a88f80f5403b90089acf78068d4755 /assets/solarized.css
parentTypos (diff)
downloadwww-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.tar.gz
www-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.tar.bz2
www-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.zip
Switched theme from solarized to selenized
Diffstat (limited to '')
-rw-r--r--assets/solarized.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/assets/solarized.css b/assets/solarized.css
deleted file mode 100644
index 73dfa3a..0000000
--- a/assets/solarized.css
+++ /dev/null
@@ -1,30 +0,0 @@
-html {
- background-color: #002b36;
- color: #839496;
-}
-body, main {
- background-color: #073642;
-}
-a {
- color: #b58900;
-}
-a:visited {
- color: #cb4b16;
-}
-a:hover {
- color: #cb4b16;
-}
-h1 {
- color: #cb4b16;
-}
-h2,
-h3,
-h4,
-h5,
-h6 {
- color: #859900;
-}
-pre,code {
- background-color: #002b36;
- color: #839496;
-}