diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-08-17 02:59:38 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-08-18 15:10:34 -0500 |
commit | 92616f265c14c9f23c42f9ed31db822ce5e5a315 (patch) | |
tree | 52dbbc2703bd56dd28a84ce7e3e7bb10de562051 /app/javascript/flavours | |
parent | 0f84a7174cfd1874cf8066c4900e9e47481e7b3f (diff) |
use arachnia for the default theme
Diffstat (limited to 'app/javascript/flavours')
-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; } |