2022 updates

This commit is contained in:
Andre Beging
2022-04-24 19:21:10 +02:00
parent 6db1e96c43
commit 9bd278379b
26 changed files with 448 additions and 138 deletions

View File

@@ -1,3 +1,11 @@
.hidden {
display: none;
}
a {
color: red;
}
a:hover {
color: #000;
}