forked from icd/mt940-mbank-ts
chore: use yellow pico, add theme-independent style template
This commit is contained in:
parent
495b265398
commit
43b3cf5f6a
@ -4,7 +4,7 @@
|
|||||||
<title>mBank mt940 konwerter</title>
|
<title>mBank mt940 konwerter</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<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" />
|
<link rel="stylesheet" href="styles.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
--pico-font-family: "Atkinson Hyperlegible", sans-serif;
|
--pico-font-family: "Atkinson Hyperlegible", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* use to enforce styles for both themes */
|
||||||
|
[data-theme="dark"],
|
||||||
|
:not([data-theme="dark"]) {
|
||||||
|
--noop: none;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user