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;