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 */
|
/* 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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user