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 4764b7b commit 0f7ab4eCopy full SHA for 0f7ab4e
src/css/doc.css
@@ -1,3 +1,7 @@
1
+.doc {
2
+ padding: var(--base-space) 0;
3
+}
4
+
5
.doc p {
6
margin: 0;
7
}
src/css/labels.css
@@ -87,10 +87,6 @@
87
opacity: 0.6;
88
89
90
-.doc .status a {
91
- color: var(--color-brand-caution);
92
- }
93
-
94
.doc .edition.page-edition {
95
color: #999;
96
border: 1px solid #999;
0 commit comments