fix colors
This commit is contained in:
parent
5c7fe4f281
commit
ef2affceb9
7 changed files with 9 additions and 103 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue