Skip to content

Commit 9edb1af

Browse files
committed
Make link styling apply everywhere
This will make links in custom fields appear better even without inline styling. Issue #72
1 parent 4a6e025 commit 9edb1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InteractiveHtmlBom/web/ibom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,10 +598,10 @@ mark.highlight {
598598
display: block;
599599
}
600600

601-
.shameless-plug a {
601+
a {
602602
color: #0278a4;
603603
}
604604

605-
.dark .shameless-plug a {
605+
.dark a {
606606
color: #00b9fd;
607607
}

0 commit comments

Comments
 (0)