This commit is contained in:
traveler 2025-12-23 15:37:09 -06:00
parent fb2883c8ff
commit aeaab4780c
2 changed files with 14 additions and 27 deletions

View file

@ -1,6 +1,5 @@
/* custom.css */
/* Make background cover nicely */
body {
background-size: cover !important;
background-position: center center !important;
@ -13,7 +12,7 @@ body {
}
body.tab-pncharris {
background-image: url("pncharris-bg.png") !important;
background-image: url("/images/pncharris-bg.png") !important;
}
body.tab-netgrimoire {
@ -21,6 +20,6 @@ body {
}
body.tab-wasted-bandwidth {
background-image: url("/images/bg-wasted.jpg") !important;
background-image: url("/images/bg-wasted-bandwidth.jpg") !important;
}