[TELE-1393] add states on logo UI interaction

This commit is contained in:
Daniel Muyshond 2022-07-30 20:06:37 +02:00
parent 2195fb4ad5
commit f6fc1b59b4
1 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,16 @@ Misc
background-color: $darkened-primary-color;
}
h1#logo > a {
&:hover {
filter: brightness(108%);
}
&:active {
border: 1px $light-grey dotted;
filter: brightness(1);
}
}
/*
Header
*/