File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
177177body .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 */
186186body .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 */
191191body .dark-theme a {
192192 color : # add8e6 ;
193193}
You can’t perform that action at this time.
0 commit comments