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 {
max-width: 128px;
max-height: 128px;
margin-top: 10px;
}