2019-05-22 13:17:39 +01:00
|
|
|
body {
|
|
|
|
color: #F13C20;
|
|
|
|
background-color: #EFE2BA;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2019-06-17 12:00:57 +01:00
|
|
|
color: #3C20F1;
|
2019-05-22 13:17:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2019-06-17 12:00:57 +01:00
|
|
|
color: #1C00D1;
|
|
|
|
border-bottom: 1px solid #1C00D1;
|
2019-05-22 13:17:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
code,
|
|
|
|
pre {
|
|
|
|
color: #006400;
|
|
|
|
}
|
|
|
|
|
|
|
|
button svg {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
transition: all 0.2s;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
border: 1px solid #111;
|
|
|
|
}
|
|
|
|
|
|
|
|
th, tr:nth-child(even) {
|
|
|
|
background-color: rgba(0, 0, 0, .1);
|
|
|
|
}
|
|
|
|
|
|
|
|
pre > code::before {
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footnotes hr::before {
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
|
2019-06-17 12:00:57 +01:00
|
|
|
.header,
|
|
|
|
.footer{
|
2019-05-22 13:17:39 +01:00
|
|
|
background-color: #D79922;
|
|
|
|
color: #F13C20;
|
|
|
|
}
|
|
|
|
|
2019-06-17 12:00:57 +01:00
|
|
|
.footer a:hover,
|
|
|
|
.header a:hover {
|
2019-05-22 13:17:39 +01:00
|
|
|
color: #F13C20;
|
2019-06-17 12:00:57 +01:00
|
|
|
border-bottom-color: #F13C20;
|
2019-05-22 13:17:39 +01:00
|
|
|
}
|
|
|
|
|
2019-06-17 12:00:57 +01:00
|
|
|
.header a.active {
|
|
|
|
color: #F13C20;
|
|
|
|
border-bottom-color: #F13C20;
|
2019-05-22 13:17:39 +01:00
|
|
|
}
|
|
|
|
|
2019-06-17 12:00:57 +01:00
|
|
|
input {
|
|
|
|
background-color: #EFE2BA;
|
|
|
|
color: #F13C20;
|
2019-05-22 13:17:39 +01:00
|
|
|
}
|
|
|
|
|
2019-06-17 12:00:57 +01:00
|
|
|
.pagination a {
|
2019-05-22 13:17:39 +01:00
|
|
|
border-bottom: 1px solid #F13C20;
|
2019-06-17 12:00:57 +01:00
|
|
|
}
|