Update main.css

This commit is contained in:
2023-09-25 19:16:02 +06:00
committed by GitHub
parent 07cb04c77a
commit c8f3f21316

View File

@ -1,4 +1,3 @@
/* Markdown */
:root{
--maincolor: peachpuff;
}
@ -8,6 +7,8 @@ html {
font-family: monospace;
font-size: 15px;
line-height: 1.6em;
scrollbar-color: var(--maincolor) black;
scrollbar-width: thin;
}
body{