mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-29 21:02:09 +01:00
use correct color var
This commit is contained in:
@@ -24,11 +24,11 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
transition: all 0.1s ease-in-out;
|
transition: all 0.1s ease-in-out;
|
||||||
border-bottom: 3px solid var(--color-font-link-header);
|
border-bottom: 3px solid var(--color-border-link-header);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--color-font-link-header-hover);
|
color: var(--color-font-link-header-hover);
|
||||||
border-color: var(--color-font-link-header-hover);
|
border-color: var(--color-border-link-header-hover);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user