mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-21 20:30:39 +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 {
|
||||
text-decoration: none;
|
||||
color: $body-font-color;
|
||||
text-decoration: none !important;
|
||||
color: $body-font-color !important;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: $body-font-color;
|
||||
color: $body-font-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user