Deploying to gh-pages from @ koodiklinikka/palkkakysely@a6479f4af3 🚀

This commit is contained in:
Koodiklinikka Robot
2026-03-12 15:32:17 +00:00
parent 5972e2af27
commit b30ba668c7
9 changed files with 643 additions and 603 deletions

View File

@@ -1,12 +1,21 @@
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');
:root {
--fontstack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
max-width: 650px;
margin: 40px auto;
padding: 0 10px;
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 18px;
line-height: 1.5;
font-family: var(--fontstack);
}
h1, h2, h3 {
line-height: 1.2
line-height: 1.2;
font-family: Fustat, var(--fontstack);
}
@media (prefers-color-scheme: dark) {