mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00
15 lines
136 B
CSS
15 lines
136 B
CSS
code {
|
|
color: #dc322f
|
|
}
|
|
|
|
h1, h2, h4, ul {
|
|
color: #586e75;
|
|
}
|
|
|
|
body {
|
|
background-color: #fdf6e3;
|
|
}
|
|
|
|
.title-sub {
|
|
color: #dc322f
|
|
}
|