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 b8520ef commit 4764b7bCopy full SHA for 4764b7b
src/css/labels.css
@@ -48,7 +48,7 @@
48
.doc .edition,
49
.doc .status,
50
.doc .edition.page-edition {
51
- color: #fff;
+ /* color: #fff; */
52
display: inline-block;
53
padding: 6px;
54
text-transform: uppercase;
@@ -87,6 +87,10 @@
87
opacity: 0.6;
88
}
89
90
+.doc .status a {
91
+ color: var(--color-brand-caution);
92
+ }
93
+
94
95
color: #999;
96
border: 1px solid #999;
0 commit comments