summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/config.json2
-rw-r--r--web/sass-files/sass/partials/_post.scss3
2 files changed, 3 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index dc35a369d..a927620b5 100644
--- a/config/config.json
+++ b/config/config.json
@@ -9,7 +9,7 @@
"EnableOutgoingWebhooks": true,
"EnablePostUsernameOverride": false,
"EnablePostIconOverride": false,
- "EnableTesting": true,
+ "EnableTesting": false,
"EnableSecurityFixAlert": true
},
"TeamSettings": {
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 36f6f445e..ae02ccb4c 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -16,7 +16,8 @@
}
.bad-connection {
- background-color: rgb(255, 255, 172) !important;
+ background: #ffffac !important;
+ color: #D04444 !important;
}
.textarea-div {