Code backup
This commit is contained in:
2026-05-10 16:59:01 +02:00
commit 368d6fafea
796 changed files with 315310 additions and 0 deletions
@@ -0,0 +1,26 @@
// Icinga colors
@icinga-blue: #232323;
// Text colors
@text-color: @icinga-blue;
// other changes
//#login {
// background-image: url(../img/.jpg);
//}
label {
color: @icinga-blue;
}
#header-logo-container {
padding: 0.5em;
}
#header-logo {
background-image: url(../img/.svg);
}
#layout:not(.minimal-layout).sidebar-collapsed #header-logo {
background-image: url(../img/.svg);
}