WIP 02: style adjustments to match eh22 styleguide
This commit is contained in:
parent
a4e83ec21a
commit
0501598d41
75 changed files with 957 additions and 317 deletions
|
@ -9,13 +9,27 @@
|
|||
svg {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
fill: @ini_link;
|
||||
fill: var(--color-foreground);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
a.anchor {
|
||||
display: inline-block;
|
||||
transition-property: filter, border-color;
|
||||
transition-duration: 200ms;
|
||||
transition-timing-function: ease-out;
|
||||
|
||||
&:hover {
|
||||
color: var(--color-glow-primary);
|
||||
filter: var(--filter-glow-primary);
|
||||
transition: var(--transition-glow);
|
||||
|
||||
svg {
|
||||
fill: var(--color-glow-primary);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue