/* 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; }