mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:22:06 +02:00
17 lines
174 B
CSS
17 lines
174 B
CSS
/* SPDX-License-Identifier: MIT */
|
|
|
|
code {
|
|
color: #b58900;
|
|
}
|
|
|
|
h1, h2, h4, ul {
|
|
color: #93a1a1;
|
|
}
|
|
|
|
body {
|
|
background-color: #002b36;
|
|
}
|
|
|
|
.title-sub {
|
|
color: #b58900;
|
|
}
|