autowolf

automated librewolf setup
git clone https://git.awy.one/autowolf.git
Log | Files | Refs | README

commit b580b6cffbcc2dc6a63e0ac37e008c0f825c4074
parent 5f8c01e0cdfaf0f58802811b25bfa8a335d7770b
Author: awy <awy@awy.one>
Date:   Sun, 30 Mar 2025 16:38:26 +0300

text color

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

diff --git a/userContent.css b/userContent.css @@ -26,5 +26,8 @@ --uc-my-background-color: #32302F; --background-color-canvas: var(--uc-my-background-color) !important; --background-color-box: var(--uc-my-background-color) !important; + + /* text color */ + --in-content-page-color: #fbf1c7 !important; } }