forked from icd/mt940-mbank-ts
chore: use yellow pico, add theme-independent style template
This commit is contained in:
parent
68f3263603
commit
b29d674f8a
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user