This commit is contained in:
traveler 2025-12-23 15:25:57 -06:00
parent 90c0752590
commit fb2883c8ff
2 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,26 @@
/* custom.css */
/* Make background cover nicely */
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("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.jpg") !important;
}