Make UI improvements #1

Open
mtsz wants to merge 26 commits from mtsz/mt940-mbank-ts:ui-improvements into master
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 43b3cf5f6a - Show all commits

View File

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

View File

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