anubis-patches/patches/0001-xess-change-default-background-color.patch
Fijxu 4c9098ad8c
All checks were successful
Docker image builds / build (push) Successful in 2m35s
update anubis and patches
2025-04-28 20:14:17 -04:00

25 lines
681 B
Diff

From 11d4f6fd20a6f0d016f8016a7d487cfe48c93e2f Mon Sep 17 00:00:00 2001
From: Fijxu <fijxu@nadeko.net>
Date: Sun, 30 Mar 2025 01:06:20 -0300
Subject: [PATCH 1/2] xess: change default background color
---
xess/xess.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xess/xess.css b/xess/xess.css
index c07143f..497317c 100644
--- a/xess/xess.css
+++ b/xess/xess.css
@@ -3,7 +3,7 @@
--body-preformatted-font: Iosevka Curly Iaso, monospace;
--body-title-font: Podkova, serif;
- --dark-background: #1d2021;
+ --dark-background: #181818;
--dark-text: #f9f5d7;
--dark-text-selection: #d3869b;
--dark-preformatted-background: #3c3836;
--
2.49.0