mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Remove the underline from dashboard footer links
This commit is contained in:
parent
5393d352e7
commit
d6a281d397
1 changed files with 1 additions and 0 deletions
1
resources/sass/dashboard.scss
vendored
1
resources/sass/dashboard.scss
vendored
|
@ -235,6 +235,7 @@ body {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $c-text-light-inactive;
|
color: $c-text-light-inactive;
|
||||||
|
text-decoration: none;
|
||||||
transition: color 150ms;
|
transition: color 150ms;
|
||||||
|
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
|
|
Loading…
Reference in a new issue