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 dd5ce61 commit 2b4eb7cCopy full SHA for 2b4eb7c
src/Common/GenericDescription/genericDescription.scss
@@ -53,7 +53,7 @@
53
}
54
55
.mark-down-editor-container {
56
- border-bottom: 1px solid var(--N200);
+ border: 1px solid var(--N200);
57
border-radius: 3px 3px 0 0;
58
font-family: 'Open Sans', Arial, sans-serif !important;
59
font-size: 13px !important;
@@ -79,6 +79,7 @@
79
padding-left: 16px !important;
80
padding-right: 16px !important;
81
background-color: var(--bg-primary) !important;
82
+ border-bottom: 1px solid var(--N200);
83
84
85
.mde-header {
@@ -117,6 +118,10 @@
117
118
119
a.anchor {
120
color: var(--N900);
121
+
122
+ h1, h2, h3 {
123
124
+ }
125
126
127
pre {
0 commit comments