diff --git a/app/javascript/styles/material-light.scss b/app/javascript/styles/material-light.scss index 09f495b11bd0af169c1fdabba1ef337297a654aa..9955f5c45ebc769a6b695e432bf9a410b3936d3e 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 32aa991a3852f6c0d912ab14a2d7cf7b15945194..75802a75fcfdb05f01c402855e8a4a4a2fb155de 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; +}