mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-22 04:40:40 +00:00
fix: enforce css overwrite for raw links (#77)
This commit is contained in:
parent
798a2679c1
commit
5c15ade342
@ -54,15 +54,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__link--raw {
|
&__link--raw {
|
||||||
text-decoration: none;
|
text-decoration: none !important;
|
||||||
color: $body-font-color;
|
color: $body-font-color !important;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:visited {
|
&:visited {
|
||||||
color: $body-font-color;
|
color: $body-font-color !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user