tldr/scripts/pdf/solarized-dark.css

18 lines
174 B
CSS
Raw Normal View History

/* SPDX-License-Identifier: MIT */
code {
2019-12-17 20:25:52 +00:00
color: #b58900;
}
h1, h2, h4, ul {
2019-12-17 20:25:52 +00:00
color: #93a1a1;
}
body {
2019-12-17 20:25:52 +00:00
background-color: #002b36;
}
2019-12-17 20:25:52 +00:00
.title-sub {
color: #b58900;
}