Skip to content

Commit a60ecb6

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Small syntactic refactor
1 parent c1f25ac commit a60ecb6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/docPage/type.scss

Lines changed: 4 additions & 3 deletions
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
}
@@ -130,9 +134,6 @@
130134
font-weight: 500;
131135
}
132136

133-
a strong {
134-
color: var(--accent);
135-
}
136137

137138
.anchorlink,
138139
.anchorlink.before {

0 commit comments

Comments
 (0)