Update to assets

This commit is contained in:
Vulpovile
2025-01-11 12:53:52 -08:00
parent 409a99df39
commit 03f6c0d69f
8 changed files with 228 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
@import "./theme-gitea-dark\.css";
body {
background: linear-gradient(#444,#222);
background-repeat: no-repeat;
background-color: #222 !important;
}
#navbar{
zindex:1;
background: linear-gradient(#df852b, #c4792f);
color: black;
font-weight: bold;
font-size: 150%;
border: none;
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.secondary-nav{
background: linear-gradient(#555,#333) !important;
box-shadow: black 0px 0px 5px;
}
.ui.table, .ui.segments, #readme, .ui.dashboard-repos{
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
:root {
--color-nav-text: black;
--color-nav-hover-bg: linear-gradient(#555, #444);
--color-box-header: linear-gradient(#ce8338, #b07219);
--color-footer: #000;
}