Update main.css

This commit is contained in:
2023-09-24 16:10:12 +06:00
committed by GitHub
parent b8efaf8de1
commit 2019d4de68

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 {