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 */
:root{
--maincolor: blue;
--maincolor: peachpuff;
}
html {
@ -23,7 +23,7 @@ body{
::selection {
background: var(--maincolor);
color: #fff;
color: black;
}
p {
@ -48,7 +48,7 @@ a {
a:hover {
background-color: var(--maincolor);
color: #fff;
color: black;
}
ul {