first seeds planted

This commit is contained in:
Lukasz Skotarek 2023-01-29 13:16:41 +01:00
parent fa52922077
commit 965776fde3
22 changed files with 126 additions and 222 deletions

View file

@ -36,6 +36,18 @@ footer {
padding-top: 1em;
}
graph {
font-size: 0.8em;
color: mix($color-text, white, 80%);
margin: 2em 0;
}
status {
font-size: 0.8em;
color: mix($color-text, white, 80%);
margin: 2em 0;
}
img {
max-width: 100%;
display: block;