2024-02-20 22:19:28 +01:00
|
|
|
/* Override colors from CSS library */
|
|
|
|
:root {
|
2024-03-25 23:05:37 +01:00
|
|
|
--accent: green;
|
|
|
|
--accent-hover: darkgreen;
|
2024-02-20 22:19:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom style for the logo */
|
|
|
|
img.icon {
|
2024-03-25 23:05:37 +01:00
|
|
|
max-width: 128px;
|
|
|
|
max-height: 128px;
|
|
|
|
margin-top: 10px;
|
2024-02-20 22:19:28 +01:00
|
|
|
}
|