mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-16 21:40:48 +01:00
_sass/_base.scss: underline links since my Firefox policy does that too
This commit is contained in:
parent
c48353fb2e
commit
d81f3c7d97
3
_sass/_base.scss
vendored
3
_sass/_base.scss
vendored
@ -105,7 +105,8 @@ h6 {
|
|||||||
*/
|
*/
|
||||||
a {
|
a {
|
||||||
color: $brand-color;
|
color: $brand-color;
|
||||||
text-decoration: none;
|
//text-decoration: none;
|
||||||
|
text-decoration: underline;
|
||||||
|
|
||||||
&:visited {
|
&:visited {
|
||||||
color: revert;
|
color: revert;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user