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