fix colors

This commit is contained in:
sakrecoer 2020-11-17 17:30:56 +01:00
parent 5c7fe4f281
commit ef2affceb9
7 changed files with 9 additions and 103 deletions

View file

@ -138,7 +138,8 @@ a:hover {
width: 100px;
height: 100px;
line-height: 100px;
border: 1px solid var(--accent2);
border: 1px solid var(--accent1);
color: var(--accent1);
text-align: center;
text-decoration: none;
-moz-transition: border var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out;
@ -148,7 +149,8 @@ a:hover {
}
.icon:hover {
border: 1px solid var(--accent1);
border: 1px solid var(--accent2);
color: var(--accent2);
}
.small {