v1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@mixin link-underline-variant($color) {
|
||||
color: $color;
|
||||
|
||||
&:after {
|
||||
background-color: $color;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: darken($color, 10%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user