Browse Source

Fix color contrast some more in privacy warning (#3018)

* Fix color contrast some more in privacy warning

Latest master appears to have changed the <strong> to this unreadable grey color. If you want that to be white then it should be pure white. If someone would rather revert this to that strong dark blue color it was before that would be good too.

* Make domain dark blue again

* add missing ;

woops
closed-social-glitch-2
Shel Raphen 7 years ago
committed by Eugen Rochko
parent
commit
a1fc2cfa09
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/components.scss

+ 1
- 1
app/javascript/styles/components.scss View File

@ -236,7 +236,7 @@
font-weight: 400;
strong {
color: darken($primary-text-color, 33%);
color: darken($ui-secondary-color, 65%);
font-weight: 500;
}

Loading…
Cancel
Save