Port a Gitea

This commit is contained in:
2024-03-25 23:05:37 +01:00
parent d75599d8d8
commit d0a58daf5f
17 changed files with 69 additions and 43 deletions

View File

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