Update main.css

This commit is contained in:
Руслан 2023-09-24 16:10:12 +06:00 committed by GitHub
parent b8efaf8de1
commit 2019d4de68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
/* Markdown */ /* Markdown */
:root{ :root{
--maincolor: blue; --maincolor: peachpuff;
} }
html { html {
@ -23,7 +23,7 @@ body{
::selection { ::selection {
background: var(--maincolor); background: var(--maincolor);
color: #fff; color: black;
} }
p { p {
@ -48,7 +48,7 @@ a {
a:hover { a:hover {
background-color: var(--maincolor); background-color: var(--maincolor);
color: #fff; color: black;
} }
ul { ul {