about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/arachnia
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-10-14 04:11:59 -0500
committermultiple creatures <dev@multiple-creature.party>2019-10-14 04:11:59 -0500
commit57709f7e7ae56d66abed84ca39c3ea1a50a658ab (patch)
tree8c038ff2819e36956b4e6be89e13ba6ceda8150c /app/javascript/flavours/glitch/styles/arachnia
parent712e4bb11f2f3824ca0b438e8c7ea5125e123976 (diff)
remove bg image
Diffstat (limited to 'app/javascript/flavours/glitch/styles/arachnia')
-rw-r--r--app/javascript/flavours/glitch/styles/arachnia/diff.scss3
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;
 	}