Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2021-08-28 15:13:08 +02:00
parent 11057970ef
commit 14c094e9db
2 changed files with 4 additions and 3 deletions

View File

@ -480,7 +480,8 @@
color: var(--primary-text-color--faint);
background: transparent;
&:hover {
&:hover,
&:focus {
color: hsla(var(--primary-text-color_hsl), 0.8);
}