Update colors
This commit is contained in:
parent
521e1cd2a2
commit
84c865cafe
|
|
@ -13,8 +13,8 @@ body {
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--text-color: rgb(0, 0, 0);
|
--text-color: rgb(0, 0, 0);
|
||||||
--highlight-color: rgb(204, 180, 176);
|
--highlight-color: rgb(75, 55, 35);
|
||||||
--bg-color: rgb(255, 225, 220);
|
--bg-color: rgb(215, 150, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Actual style starts here */
|
/* Actual style starts here */
|
||||||
|
|
@ -39,8 +39,8 @@ a:visited {
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--text-color);
|
color: var(--highlight-color);
|
||||||
filter: contrast(25%);
|
/* filter: contrast(25%); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue