Update main.css

This commit is contained in:
Руслан 2023-09-25 19:16:02 +06:00 committed by GitHub
parent 07cb04c77a
commit c8f3f21316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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