[IMP] index links looking bad with underline

This commit is contained in:
kosta (kts) 2020-02-13 13:15:42 +01:00 committed by Antoine Vandevenne (anv)
parent 4203285f93
commit a542d9adb4
2 changed files with 192 additions and 210 deletions

View File

@ -109,6 +109,12 @@ main.index {
display: none; display: none;
} }
} }
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
} }
} }
} }

File diff suppressed because it is too large Load Diff