tldr/scripts/pdf/solarized-light.css

18 lines
172 B
CSS
Raw Normal View History

/* SPDX-License-Identifier: MIT */
code {
2019-12-17 20:25:52 +00:00
color: #dc322f
}
h1, h2, h4, ul {
2019-12-17 20:25:52 +00:00
color: #586e75;
}
body {
2019-12-17 20:25:52 +00:00
background-color: #fdf6e3;
}
2019-12-17 20:25:52 +00:00
.title-sub {
color: #dc322f
}