20 lines
329 B
CSS
20 lines
329 B
CSS
* {
|
|
scrollbar-color: #202324 #454a4d;
|
|
}
|
|
|
|
html {
|
|
background-color: #232830;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Lora', serif;
|
|
font-size: 21px;
|
|
background-color: #232830;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
text-decoration-color: #283593;
|
|
text-decoration-thickness: 2px;
|
|
} |