diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-10-14 04:11:59 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-10-14 04:11:59 -0500 |
commit | 57709f7e7ae56d66abed84ca39c3ea1a50a658ab (patch) | |
tree | 8c038ff2819e36956b4e6be89e13ba6ceda8150c /app/javascript/flavours/glitch | |
parent | 712e4bb11f2f3824ca0b438e8c7ea5125e123976 (diff) |
remove bg image
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/arachnia/diff.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/arachnia/diff.scss b/app/javascript/flavours/glitch/styles/arachnia/diff.scss index be6d92d5a..f7a3a493d 100644 --- a/app/javascript/flavours/glitch/styles/arachnia/diff.scss +++ b/app/javascript/flavours/glitch/styles/arachnia/diff.scss @@ -2,8 +2,7 @@ // Main body body, body.app-body { - background: black url(https://monsterpit.net/extras/pit.png) no-repeat center center fixed !important; - background-size: cover; + background: black; font-size: 14px; } |