add hover to rounded button
This commit is contained in:
parent
6fd16f42dc
commit
149810627e
1 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
@use "sass:color";
|
||||
|
||||
@mixin readable-content {
|
||||
display: grid;
|
||||
grid-template-columns:
|
||||
|
|
@ -20,8 +22,8 @@
|
|||
background-color: #63338f;
|
||||
|
||||
&:hover {
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
color: #fff;
|
||||
background-color: color.adjust(#63338f, $lightness: -10%, $space: hsl);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue