mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
Add transparency effects toggle to settings
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600");
|
||||
@import "./injected/popup.css";
|
||||
@import "./injected/sidebar-animation.css";
|
||||
@import "./injected/theme.css";
|
||||
|
||||
:root {
|
||||
background: var(--better-main) !important;
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
html.dark {
|
||||
--background-primary: #232323;
|
||||
--background-secondary: #1a1a1a;
|
||||
--text-primary: white;
|
||||
}
|
||||
|
||||
html:not(.dark) {
|
||||
--background-primary: #ffffff;
|
||||
--background-secondary: #e5e7eb;
|
||||
--text-primary: black;
|
||||
}
|
||||
Reference in New Issue
Block a user