From 20010fa261c49b496ddca894dd90b722e2eeaa50 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sun, 18 Aug 2019 20:04:32 -0500 Subject: another round of adjusting arachnea colors --- .../flavours/glitch/styles/arachnia/diff.scss | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'app/javascript/flavours/glitch/styles/arachnia/diff.scss') diff --git a/app/javascript/flavours/glitch/styles/arachnia/diff.scss b/app/javascript/flavours/glitch/styles/arachnia/diff.scss index ebdd1bb37..e6f5359e3 100644 --- a/app/javascript/flavours/glitch/styles/arachnia/diff.scss +++ b/app/javascript/flavours/glitch/styles/arachnia/diff.scss @@ -173,6 +173,9 @@ color: #fff !important; } + .poll__text input[type="text"], .compose-form__poll-wrapper select { + background: $ui-primary-color; + } // Search box: darken .search__input { @@ -180,6 +183,11 @@ border: 1px solid #201 !important; } + .drawer--search--popout { + background: #160011; + h4, em { color: $lighter-text-color; } + } + // Tootbox .autosuggest-textarea__textarea, .compose-form__modifiers, @@ -284,7 +292,6 @@ // TL status prefix: text shouldn't clip icon //.display-name { max-width: calc(100% - 32px) !important; } - // TL status: muted text .muted .status__content p { color: #a9a !important; } @@ -295,6 +302,15 @@ // Expanded status: action bars .account__disclaimer, .account__action-bar { background: #160011 !important; } + .boost-modal__action-bar, + .doodle-modal__action-bar, + .favourite-modal__action-bar, + .confirmation-modal__action-bar, + .mute-modal__action-bar { + background: #805; + div { color: $light-text-color; } + } + // Default icon button color .icon-button { color: #604; } @@ -357,7 +373,7 @@ .column-header.active>.column-header__icon, .icon-button.active { - color: #c08 !important; + color: $inverted-text-color !important; transform: scale(1.5); -moz-transition: all 1s ease-in-out; -- cgit