www/assets/solarized.css

31 lines
302 B
CSS
Raw Normal View History

2021-08-16 12:35:32 +02:00
html {
background-color: #002b36;
color: #839496;
}
2021-08-16 12:46:43 +02:00
body, main {
2021-08-16 12:35:32 +02:00
background-color: #073642;
}
a {
color: #b58900;
}
a:visited {
color: #cb4b16;
}
a:hover {
color: #cb4b16;
}
h1 {
2021-08-16 13:54:48 +02:00
color: #cb4b16;
2021-08-16 12:35:32 +02:00
}
h2,
h3,
h4,
h5,
h6 {
color: #859900;
}
2022-07-16 11:30:59 +02:00
pre,code {
2021-08-16 12:35:32 +02:00
background-color: #002b36;
color: #839496;
}