mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 18:24:54 +02:00
15 lines
138 B
CSS
15 lines
138 B
CSS
code {
|
|
color: #b58900;
|
|
}
|
|
|
|
h1, h2, h4, ul {
|
|
color: #93a1a1;
|
|
}
|
|
|
|
body {
|
|
background-color: #002b36;
|
|
}
|
|
|
|
.title-sub {
|
|
color: #b58900;
|
|
}
|