Web/style.css

12 lines
183 B
CSS

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