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
|
@ -44,8 +44,8 @@
|
|||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
border-color: var(--color-white);
|
||||
color: var(--color-white);
|
||||
border-color: var(--color-glow-primary);
|
||||
color: var(--color-glow-primary);
|
||||
text-decoration: none;
|
||||
|
||||
* {
|
||||
|
@ -53,9 +53,8 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
--local-primary: var(--color-primary);
|
||||
filter: @dropshadow;
|
||||
transition: @neonflicker;
|
||||
filter: var(--filter-glow-primary);
|
||||
transition: var(--transition-glow);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue