This commit is contained in:
traveler 2025-12-23 16:03:29 -06:00
parent aeaab4780c
commit f48e20fe29
10 changed files with 0 additions and 0 deletions

25
config/custom.css Executable file
View file

@ -0,0 +1,25 @@
/* custom.css */
body {
background-size: cover !important;
background-position: center center !important;
background-attachment: fixed !important;
}
/* Per-tab backgrounds */
body.tab-glance {
background-image: url("/images/bg-glance.jpg") !important;
}
body.tab-pncharris {
background-image: url("/images/pncharris-bg.png") !important;
}
body.tab-netgrimoire {
background-image: url("/images/bg-netgrimoire.jpg") !important;
}
body.tab-wasted-bandwidth {
background-image: url("/images/bg-wasted-bandwidth.jpg") !important;
}