Web/style.css

12 lines
183 B
CSS
Raw Normal View History

2024-02-20 22:19:28 +01:00
/* Override colors from CSS library */
:root {
--accent: green;
}
/* Custom style for the logo */
img.icon {
2024-02-28 20:26:12 +01:00
max-width: 256px;
max-height: 256px;
2024-02-20 22:19:28 +01:00
margin-top: 10px;
}