Skip to content

Commit 550784d

Browse files
committed
Adjusted the look of the badge lozenge.
1 parent dee2ceb commit 550784d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FrontEnd/styles/colors.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
--debug-console-border: var(--grey);
193193
--debug-console-button-hover: var(--light-grey);
194194

195-
--custom-collections-badge-background: var(--dark-grey);
196-
--custom-collections-badge-text: var(--white);
195+
--custom-collections-badge-background: var(--light-grey);
196+
--custom-collections-badge-text: var(--dark-grey);
197197
}
198198

199199
// Dark mode.
@@ -321,7 +321,7 @@
321321
--debug-console-border: var(--light-grey);
322322
--debug-console-button-hover: var(--dark-grey);
323323

324-
--custom-collections-badge-background: var(--light-grey);
325-
--custom-collections-badge-text: var(--black);
324+
--custom-collections-badge-background: var(--dark-grey);
325+
--custom-collections-badge-text: var(--light-grey);
326326
}
327327
}

0 commit comments

Comments
 (0)