mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Update main.css
This commit is contained in:
parent
b8efaf8de1
commit
2019d4de68
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user