diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-08-18 21:13:16 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-08-18 21:13:16 -0500 |
commit | 8271b7ba9fabda23810abc6d404ef20c635fb282 (patch) | |
tree | 9afcde9c12994591f3e3df0e056f3998995f68d4 /app/javascript | |
parent | 411237dee17115a0a9b0dacac16193c9f6af5f71 (diff) |
more arachnia contrast adjustment
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/flavours/glitch/styles/arachnia/diff.scss | 2 | ||||
-rw-r--r-- | app/javascript/flavours/glitch/styles/arachnia/variables.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/arachnia/diff.scss b/app/javascript/flavours/glitch/styles/arachnia/diff.scss index 8394a7ff1..60ed77129 100644 --- a/app/javascript/flavours/glitch/styles/arachnia/diff.scss +++ b/app/javascript/flavours/glitch/styles/arachnia/diff.scss @@ -177,7 +177,7 @@ } .poll__text input[type="text"], .compose-form__poll-wrapper select { - background: $ui-primary-color; + color: $ui-base-color; } // Search box: darken diff --git a/app/javascript/flavours/glitch/styles/arachnia/variables.scss b/app/javascript/flavours/glitch/styles/arachnia/variables.scss index 17b91921e..96172f96c 100644 --- a/app/javascript/flavours/glitch/styles/arachnia/variables.scss +++ b/app/javascript/flavours/glitch/styles/arachnia/variables.scss @@ -24,6 +24,6 @@ $secondary-text-color: $ui-secondary-color; $highlight-text-color: $ui-highlight-color; $action-button-color: $ui-base-lighter-color; -$inverted-text-color: #c38; +$inverted-text-color: #c68; $lighter-text-color: $ui-base-lighter-color; $light-text-color: $ui-primary-color; |