mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Update main.css
This commit is contained in:
parent
07cb04c77a
commit
c8f3f21316
@ -1,6 +1,5 @@
|
|||||||
/* Markdown */
|
|
||||||
:root{
|
:root{
|
||||||
--maincolor: peachpuff;
|
--maincolor: peachpuff;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@ -8,6 +7,8 @@ html {
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
|
scrollbar-color: var(--maincolor) black;
|
||||||
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
|
Loading…
Reference in New Issue
Block a user