Deploying to gh-pages from @ koodiklinikka/palkkakysely@938e37c720 🚀

This commit is contained in:
akx
2022-10-10 08:57:07 +00:00
parent 28a61654f9
commit b8b262526a
11 changed files with 74776 additions and 1 deletions

25
2022/style.css Normal file
View File

@@ -0,0 +1,25 @@
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";
}
h1, h2, h3 {
line-height: 1.2
}
@media (prefers-color-scheme: dark) {
body {
color: white;
background: #444
}
a:link {
color: #5bf
}
a:visited {
color: #ccf
}
}