diff --git a/config/custom.css b/config/custom.css index c6705c8..2920457 100755 --- a/config/custom.css +++ b/config/custom.css @@ -24,6 +24,10 @@ body.tab-wasted-bandwidth { background-image: url("/images/Wasted-bandwidth-bg.png") !important; } +body.tab-nucking-futz { + background-image: url("/images/Nucking-futz-bg.png") !important; +} + /* ----------------------------- */ /* Readability / tone-down layer */ /* ----------------------------- */ diff --git a/config/settings.yaml b/config/settings.yaml index 521fd7a..f7ddf91 100755 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -39,3 +39,10 @@ layout: style: row columns: 4 +Nucking-Futz: + tab: Nucking-Futz + +nucking-apps: + tab: Nucking-Futz + style: row + columns: 4