autofox

default description
git clone https://git.awy.one/autofox.git
Log | Files | Refs | README

commit c950ab4f5dc93797b491daa13c896262141ea584
parent 1a6cce86dfc6c5682f0992fb1cf5bb137ecceb28
Author: awy <awy@awy.one>
Date:   Sat, 29 Nov 2025 18:42:12 +0300

www

Diffstat:
MuserContent.css | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/userContent.css b/userContent.css @@ -17,14 +17,14 @@ body, html { --custom-accent-color: #d3869b; /* background color */ - --uc-my-background-color: #1d2021 !important; + --uc-my-background-color: #282828 !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: #ebdbb2 !important; - --table-row-background-color-alternate:#282828 !important; + --table-row-background-color-alternate:#3c3836 !important; /* color of the tab dividers / separators */ @@ -34,7 +34,7 @@ body, html { @-moz-document regexp("^(about:).*") { body { - background-color: #1d2021 !important; + background-color: #282828 !important; } } @@ -47,8 +47,8 @@ body, html { html:not([role="dialog"]) body.activity-stream, window:not([chromehidden]), window:not([chromehidden])>dialog { - --surface-1: #1d2021 !important; - --surface-2: #1d2021 !important; + --surface-1: #282828 !important; + --surface-2: #282828 !important; --accent-surface-1: #ebcb8b !important; --dashboard-tab-active-ink: #ebcb8b !important; --in-content-primary-button-background: var(--custom-accent-color, #fabd2f) !important;