Web/assets/css/main.css
2024-02-21 17:58:07 +01:00

13 lines
214 B
CSS

/* Override colors from CSS library */
:root {
--accent: green;
--accent-hover: darkgreen;
}
/* Custom style for the logo */
img.icon {
max-width: 128px;
max-height: 128px;
margin-top: 10px;
}