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 14ac9ba commit 1e33470Copy full SHA for 1e33470
src/components/StatusDashboard/styles.module.css
@@ -193,11 +193,20 @@
193
font-weight: 600;
194
}
195
196
+[data-theme="dark"] .version_updates_content .badge a {
197
+ color: var(--ifm-color-primary-darkest);
198
+}
199
+
200
.version_updates_content .badge:hover {
201
border-width: var(--ifm-badge-border-width);
202
border-color: var(--ifm-color-primary);
203
204
205
+[data-theme="dark"] .version_updates_content .badge:hover {
206
+ border-width: var(--ifm-badge-border-width);
207
+ border-color: var(--ifm-color-primary-light);
208
209
210
.errored_item {
211
border: var(--ifm-table-border-width) solid transparent;
212
cursor: pointer;
0 commit comments