commit efedbd4657ff5042f2fc784d26e719c064894570
parent 90e1bd2e23abde92efa3d64eacf10cd7337b1b7e
Author: awy <awy@awy.one>
Date: Sat, 12 Apr 2025 22:33:43 +0300
css
Diffstat:
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/userContent.css b/userContent.css
@@ -1,12 +1,13 @@
@-moz-document url-prefix("about:"),
- url-prefix("chrome:")
+ url-prefix("chrome:"),
+ url-prefix("moz-extension:")
{
body {
background-color: #353C4A !important;
}
:root {
/* accent color */
- --uc-my-color: #ebcb8b;
+ --uc-my-color: #ebcb8b !important;
--uc-my-color-hover: color-mix(in oklab, var(--uc-my-color) 90%, white);
--uc-my-color-active: color-mix(in oklab, var(--uc-my-color) 80%, white);
@@ -23,11 +24,19 @@
--primary-button-active-background-color: var(--uc-my-color-active) !important;
/* background color */
- --uc-my-background-color: #353C4A;
+ --uc-my-background-color: #353C4A !important;
--background-color-canvas: var(--uc-my-background-color) !important;
--background-color-box: var(--uc-my-background-color) !important;
/* text color */
--in-content-page-color: #d8dee9 !important;
+
+ --table-row-background-color-alternate:#2e3440 !important;
+
+ /* ublock */
+ --surface-1: #353C4A !important;
+ --surface-2: #2e3440 !important;
+ --accent-surface-1: #ebcb8b !important;
+ --dashboard-tab-active-ink: #ebcb8b !important;
}
}