mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00
17 lines
172 B
CSS
17 lines
172 B
CSS
/* SPDX-License-Identifier: MIT */
|
|
|
|
code {
|
|
color: #dc322f
|
|
}
|
|
|
|
h1, h2, h4, ul {
|
|
color: #586e75;
|
|
}
|
|
|
|
body {
|
|
background-color: #fdf6e3;
|
|
}
|
|
|
|
.title-sub {
|
|
color: #dc322f
|
|
}
|