mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 21:23:09 +02:00
0e4a111f81
Resolve #7779
19 lines
252 B
CSS
19 lines
252 B
CSS
* {
|
|
font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace;
|
|
}
|
|
|
|
html {
|
|
background: #ffb4e1;
|
|
}
|
|
|
|
main {
|
|
background: #dedede;
|
|
}
|
|
|
|
#tl > div {
|
|
padding: 16px;
|
|
border-bottom: solid 1px #c3c3c3;
|
|
}
|
|
#tl > div > header {
|
|
font-weight: bold;
|
|
}
|