2022-10-15 17:58:44 +00:00
|
|
|
html {
|
|
|
|
max-width: 70ch;
|
|
|
|
padding: 4em 1em;
|
|
|
|
margin: auto;
|
|
|
|
line-height: 1.75;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
padding: 2em 0 0.3em;
|
|
|
|
}
|
|
|
|
.dropimage, button, .button, [type=submit], .label, [data-tooltip]:after {
|
|
|
|
background: #00a440
|
|
|
|
}
|
|
|
|
|
|
|
|
.footnote {
|
|
|
|
margin-bottom: 50px;
|
|
|
|
color: rgba(0,0,0,0.7);
|
|
|
|
font-size: 0.7em;
|
|
|
|
text-align:center
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-cards {
|
|
|
|
height: 100%;
|
|
|
|
padding: 10px 10px 10px 10px;
|
|
|
|
}
|
|
|
|
.home-cards h3 { padding-top: 10px }
|
2023-04-12 19:32:15 +00:00
|
|
|
nav { border-bottom: 1px solid #aaa}
|
2023-04-14 16:20:25 +00:00
|
|
|
svg, footer img { width: 100% }
|
2023-04-12 19:32:15 +00:00
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
|
|
|
|
html, body, nav, .card, .home-cards, input, select {
|
|
|
|
background: #181a1b;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropimage, button, .button, [type=submit], .label, [data-tooltip]:after {
|
|
|
|
background: #00a440;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footnote {
|
|
|
|
color: rgba(255,255,255,0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
fill: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|