diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-05-05 21:01:15 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-05-05 22:33:02 +0200 |
commit | 983328376bb3e64c4863d7d3304c3ef8d218e08c (patch) | |
tree | cb86fb5ff5faf6080a974fcd771c5b38a7f3cca5 /app/javascript/flavours/glitch/styles/components | |
parent | b3a236637e124f2f2e6f70af099cbedb13895b15 (diff) |
Fix link colors in report modal
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/modal.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss index 6e4e741bd..b6795c1a2 100644 --- a/app/javascript/flavours/glitch/styles/components/modal.scss +++ b/app/javascript/flavours/glitch/styles/components/modal.scss @@ -532,6 +532,10 @@ overflow-y: auto; overflow-x: hidden; + .status__content a { + color: $highlight-text-color; + } + @media screen and (max-width: 480px) { max-height: 10vh; } |