1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

_sass/_base.scss: remove text-decoration for title link.

This commit is contained in:
Henrik Hautakoski 2022-01-25 16:22:04 +01:00
parent bb9c6c518c
commit edcfec3674
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -15,8 +15,8 @@ figure {
margin-bottom: $spacer-4;
border-bottom: solid 1px $border-gray-light;
&-title {
border: 0 !important;
&-title a:hover {
text-decoration: none;
}
&-search {