nixos/services: lay ground for gitea branding
also makes adds gitea persistence
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
@import "/assets/css/theme-gitea-dark.css";
|
||||
|
||||
:root {
|
||||
--is-dark-theme: true;
|
||||
|
||||
--accent-color: 221, 85, 85; /* #d55 */
|
||||
--gitea-color-primary-dark-4: 221, 85, 85;
|
||||
--accent-color-secondary: 96, 72, 10;
|
||||
--accent-color-hover: 170, 68, 68;
|
||||
--color-primary: rgb(var(--accent-color));
|
||||
--color-secondary: rgb(var(--accent-color-secondary));
|
||||
--button-color: rgb(var(--accent-color));
|
||||
--button-color-hover: rgb(var(--accent-color-hover));
|
||||
}
|
||||
|
||||
.navbar-left > #navbar-logo.item, .navbar-right > #navbar-logo.item, .navbar-mobile-right > #navbar-logo.item {
|
||||
padding: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user