feat: inital public commit
This commit is contained in:
15
host/ark/service/git/assets/css/custom.css
Normal file
15
host/ark/service/git/assets/css/custom.css
Normal file
@@ -0,0 +1,15 @@
|
||||
/* custom.css */
|
||||
:root {
|
||||
--color-primary: #2e7d32;
|
||||
--color-primary-dark: #1b5e20;
|
||||
}
|
||||
|
||||
/* Hide "Powered by Gitea" */
|
||||
.footer .ui.container .ui.left {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Custom header background */
|
||||
.ui.top.menu {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
}
|
Reference in New Issue
Block a user