From ee3c6968d899442613930517e70535e5a5f400e3 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Tue, 27 Oct 2020 15:54:13 -0400
Subject: [PATCH] Fixed CSS so it renders muted status boxes.

---
 app/javascript/styles/material-light.scss | 5 ++++-
 app/javascript/styles/qoto.scss           | 5 +++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/app/javascript/styles/material-light.scss b/app/javascript/styles/material-light.scss
index 09f495b11b..9955f5c45e 100644
--- a/app/javascript/styles/material-light.scss
+++ b/app/javascript/styles/material-light.scss
@@ -92,7 +92,7 @@ div,
 .setting-text:focus,
 .setting-text:active,
 .navigation-bar__profile-account {
-color: #000!important;
+color: #000;
 }
 .status__content,
 .display-name,
@@ -111,6 +111,9 @@ label span,
 .admin-wrapper .content p,
 .admin-wrapper .content strong,
 .admin .content h2 {
+color: #323232;
+}
+a {
 color: #323232!important;
 }
 .sidebar a.selected,
diff --git a/app/javascript/styles/qoto.scss b/app/javascript/styles/qoto.scss
index 32aa991a38..75802a75fc 100644
--- a/app/javascript/styles/qoto.scss
+++ b/app/javascript/styles/qoto.scss
@@ -74,3 +74,8 @@
 .drawer {
   width: 360px;
 }
+
+.status.muted, .muted *, .muted .status__content a {
+  background-color: #f9f9f9!important;
+  color: gray!important;
+}
-- 
GitLab