From 92616f265c14c9f23c42f9ed31db822ce5e5a315 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sat, 17 Aug 2019 02:59:38 -0500 Subject: use arachnia for the default theme --- app/javascript/flavours/glitch/styles/arachnia/diff.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/javascript/flavours/glitch/styles/arachnia') 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; } -- cgit