Skip to content

Commit d6657e3

Browse files
committed
fix: anchor color in mde
1 parent 1e5300b commit d6657e3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/Common/GenericDescription/genericDescription.scss

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,17 @@
116116
.mde-preview-content {
117117
padding: 0px !important;
118118

119-
a.anchor {
120-
color: var(--N900);
119+
a {
120+
color: var(--B500);
121121

122-
h1, h2, h3 {
123-
border-bottom: 1px solid var(--N200);
122+
&.anchor {
123+
color: var(--N900);
124+
125+
h1,
126+
h2,
127+
h3 {
128+
border-bottom: 1px solid var(--N200);
129+
}
124130
}
125131
}
126132

0 commit comments

Comments
 (0)