feat(a11y): underline links for accessibility
This commit is contained in:
@@ -15,6 +15,15 @@ $grey-dark: #262728;
|
|||||||
$input-shadow: none
|
$input-shadow: none
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
// General Styles
|
||||||
|
|
||||||
|
p > a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Cards
|
||||||
|
|
||||||
.card-header {
|
.card-header {
|
||||||
background-color: $primary;
|
background-color: $primary;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user