Skip to content

Commit 9fc7997

Browse files
committed
dark theme refine comments
1 parent 56deb5f commit 9fc7997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common-ui-elements/dark-theme.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,21 +173,21 @@ body.dark-theme .button-item .shortcut-indicator {
173173
/* ------------------------------------------------------------------------- */
174174
/* Dark Theme Overrides for Dragged Button Items */
175175
/* ------------------------------------------------------------------------- */
176-
/* NEW: Force dragged item to have a green highlight in dark mode */
176+
/* Dragged item to have a green highlight in dark mode */
177177
body.dark-theme .button-item.dragging {
178178
background-color: #2ecc71 !important;
179179
/* Green highlight for dragged items */
180180
}
181181

182182
/* ------------------------------------------------------------------------- */
183-
/* Additional Dark Theme Overrides for Version Container and Links */
183+
/* Version Container and Links */
184184
/* ------------------------------------------------------------------------- */
185185
/* Make the versionContainer text light */
186186
body.dark-theme #versionContainer {
187187
color: var(--text-color);
188188
}
189189

190-
/* All links in dark theme should be super light blue */
190+
/* All links in dark theme super light blue */
191191
body.dark-theme a {
192192
color: #add8e6;
193193
}

0 commit comments

Comments
 (0)