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

This commit is contained in:
akx
2022-10-19 09:13:59 +00:00
parent f1c4387124
commit af6b017a23
6 changed files with 1858 additions and 1810 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,13 +6,13 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<style>body {
padding: 0 10px;
padding: 1em;
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";
}
body.static-body {
max-width: 650px;
margin: 40px auto;
margin: auto;
}
body.table-body {
@@ -30,7 +30,15 @@ body.table-body td, body.table-body th {
}
h1, h2, h3 {
line-height: 1.2
line-height: 1.2;
}
a:link {
color: #2181b7;
}
a:visited {
color: #4e1ecb;
}
@media (prefers-color-scheme: dark) {
@@ -46,6 +54,19 @@ h1, h2, h3 {
a:visited {
color: #ccf
}
}
header {
border-bottom: 2px solid #2a6180;
padding-bottom: 1em;
line-height: 1;
}
footer {
border-top: 2px solid #2a6180;
padding: 1em;
margin-top: 1em;
text-align: center;
}</style>
<title>Koodiklinikan palkkakysely, 2022</title>
</head>

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.