favicon & org icon

This commit is contained in:
2024-02-20 22:19:28 +01:00
parent ed1fc331a5
commit 360bfea671
8 changed files with 20 additions and 1 deletions

11
style.css Normal file
View File

@@ -0,0 +1,11 @@
/* Override colors from CSS library */
:root {
--accent: green;
}
/* Custom style for the logo */
img.icon {
max-width: 128px;
max-height: 128px;
margin-top: 10px;
}