We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5300b commit d6657e3Copy full SHA for d6657e3
src/Common/GenericDescription/genericDescription.scss
@@ -116,11 +116,17 @@
116
.mde-preview-content {
117
padding: 0px !important;
118
119
- a.anchor {
120
- color: var(--N900);
+ a {
+ color: var(--B500);
121
122
- h1, h2, h3 {
123
- border-bottom: 1px solid var(--N200);
+ &.anchor {
+ color: var(--N900);
124
+
125
+ h1,
126
+ h2,
127
+ h3 {
128
+ border-bottom: 1px solid var(--N200);
129
+ }
130
}
131
132
0 commit comments