From b8daeea20540cebe59693d05b67535021005df5a Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 23:36:13 +0100 Subject: [PATCH] Almost working... --- nix-system-configs/modules/styling/forgejo/theme-custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix-system-configs/modules/styling/forgejo/theme-custom.css b/nix-system-configs/modules/styling/forgejo/theme-custom.css index f3fa8d3..ff5554f 100644 --- a/nix-system-configs/modules/styling/forgejo/theme-custom.css +++ b/nix-system-configs/modules/styling/forgejo/theme-custom.css @@ -7,6 +7,9 @@ font-display: swap; } +/* import base Forgejo theme so we only override what we need */ +@import "./theme-forgejo-auto.css"; + :root { /* prefer the Maple Mono Nerd Font for monospace usage */ --fonts-monospace: 'Maple Mono NF' !important;