You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wanting to change the colour of the tab bar, and this was the only occurrence of the colour that is the colour of the tab bar, so I'm figuring I had found the right location. Does anyone have an idea what could be wrong?
The text was updated successfully, but these errors were encountered:
I've modified the background colour for dark-mode at /opt/Min/resources/app/css/taskOverlay.css but even after rebooting, nothing has changed.
Original script:
body.dark-mode #task-overlay { background-color: rgb(40, 44, 52) !important; color: lightgrey; }
Modified script:
body.dark-mode #task-overlay { background-color: rgb(36, 36, 36) !important; color: lightgrey; }
I'm wanting to change the colour of the tab bar, and this was the only occurrence of the colour that is the colour of the tab bar, so I'm figuring I had found the right location. Does anyone have an idea what could be wrong?
The text was updated successfully, but these errors were encountered: