_sass/_base.scss: underline links since my Firefox policy does that too

This commit is contained in:
Aminda Suomalainen 2024-05-24 15:04:30 +03:00
parent c48353fb2e
commit d81f3c7d97
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

3
_sass/_base.scss vendored
View File

@ -105,7 +105,8 @@ h6 {
*/
a {
color: $brand-color;
text-decoration: none;
//text-decoration: none;
text-decoration: underline;
&:visited {
color: revert;