Switched to a solarized color scheme

This commit is contained in:
Julien Dessaux 2021-08-16 12:35:32 +02:00
parent 4bbf3e7788
commit 78a6f5505d
8 changed files with 74 additions and 31 deletions

36
assets/solarized.css Normal file
View file

@ -0,0 +1,36 @@
html {
background-color: #002b36;
color: #839496;
}
body {
background-color: #073642;
}
code {
background-color: #073642;
}
a {
color: #b58900;
}
a:visited {
color: #cb4b16;
}
a:hover {
color: #cb4b16;
}
h1 {
color: #dc322f;
}
h2,
h3,
h4,
h5,
h6 {
color: #859900;
}
pre {
background-color: #002b36;
color: #839496;
}
pre, code {
background-color: #002b36;
}