From b29d674f8a1e5d99b77d7935c484b8b842e9316b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Jab=C5=82o=C5=84ski?= Date: Sun, 10 Aug 2025 13:08:47 +0200 Subject: [PATCH] chore: use yellow pico, add theme-independent style template --- public/index.html | 2 +- public/styles.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 2f5cd0f..904cdd1 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ mBank mt940 konwerter - + diff --git a/public/styles.css b/public/styles.css index 5bd7b16..fe4df10 100644 --- a/public/styles.css +++ b/public/styles.css @@ -2,6 +2,12 @@ --pico-font-family: "Atkinson Hyperlegible", sans-serif; } +/* use to enforce styles for both themes */ +[data-theme="dark"], +:not([data-theme="dark"]) { + --noop: none; +} + body { max-width: 600px; margin: 0 auto;