diff options
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/arachnia/diff.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/arachnia/diff.scss b/app/javascript/flavours/glitch/styles/arachnia/diff.scss index 4e0fb12d9..ebdd1bb37 100644 --- a/app/javascript/flavours/glitch/styles/arachnia/diff.scss +++ b/app/javascript/flavours/glitch/styles/arachnia/diff.scss @@ -2,7 +2,7 @@ // Main body body, body.app-body { - background: #160011 url(/system/custom-images/monsterpit-bg.png) no-repeat center center fixed !important; + background: black url(https://monsterpit.net/extras/pit.png) no-repeat center center fixed !important; background-size: cover !important; font-size: 14px !important; } @@ -42,6 +42,8 @@ .landing-page h3, .landing-page h6 { color: #906 !important; } + .landing-page__call-to-action { background: $ui-base-color } + .about-body h2 { font-size: 28px !important; } .name { font-size: 24px !important; } |