Skip to content

Commit c5bf112

Browse files
coolguyzoneAlex Krawiec
and
Alex Krawiec
authored
Add CSS rule to fix color of bold links (#11707)
* Add CSS rule to fix color of bold links * Small syntactic refactor * Small syntactic re-refactor --------- Co-authored-by: Alex Krawiec <[email protected]>
1 parent e505662 commit c5bf112

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/components/docPage/type.scss

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
color: var(--accent);
112112
font-weight: normal;
113113

114+
strong {
115+
color: var(--accent);
116+
}
117+
114118
img {
115119
display: inline-block;
116120
}

0 commit comments

Comments
 (0)