1
0
forked from icd/mt940-mbank-ts

chore: use yellow pico, add theme-independent style template

This commit is contained in:
Mateusz 2025-08-10 13:08:47 +02:00
parent 68f3263603
commit b29d674f8a
2 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<title>mBank mt940 konwerter</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.yellow.css" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>

View File

@ -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;