This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
presis/style.css

44 lines
722 B
CSS

/* Solarized */
html,.light {
background-color: #fdf6e3;
color: #657b83
}
html *,.light * {
color: #657b83
}
html h1,html h2,html h3,html h4,html h5,html h6,.light h1,.light h2,.light h3,.light h4,.light h5,.light h6 {
color: #586e75;
border-color: #657b83
}
html a,html a:active,html a:visited,.light a,.light a:active,.light a:visited {
color: #586e75
}
.dark {
background-color: #002b36;
color: #839496
}
.dark * {
color: #839496
}
.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6 {
color: #93a1a1;
border-color: #839496
}
.dark a,.dark a:active,.dark a:visited {
color: #93a1a1
}
/* custom */
body {
font-family: Roboto, Helvetica, Arial, sans-serif;
}