commit 6/27 pt.2

This commit is contained in:
Ilyas Tahari 2024-06-27 03:04:06 -04:00
parent 684589179f
commit e454359f56

View File

@ -17,7 +17,7 @@
} }
[data-theme="dark"] { [data-theme="dark"] {
--accent: rgb(225, 225, 225); --accent: rgb(225, 225, 225);
--accent-highlight: rgba(80, 8, 8, 0.04); --accent-highlight: rgba(255, 255, 255, 0.04);
--accent-subtext: rgb(255, 255, 255); --accent-subtext: rgb(255, 255, 255);
--accent-hover: rgb(30, 30, 30); --accent-hover: rgb(30, 30, 30);
--accent-hover-elevated: rgb(255, 255, 255); --accent-hover-elevated: rgb(255, 255, 255);
@ -653,7 +653,7 @@ button:active,
} }
.switch[data-enabled="true"], .switch[data-enabled="true"],
.popup-tabs .switch[data-enabled="true"] { .popup-tabs .switch[data-enabled="true"] {
color: black; color: rgb(255, 255, 255);
background: rgb(70, 70, 70); background: rgb(70, 70, 70);
cursor: default; cursor: default;
} }