diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-06 20:12:13 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-06 20:12:13 -0400 |
commit | 512f00544e77c4e942a1813a774875bff86b5c2f (patch) | |
tree | 141472f4c4c7a0c6fa9b09d686702de944437e9c | |
parent | 1a70784c75ba26713e040bb44e9fbc6867079010 (diff) | |
download | JellySolutions-512f00544e77c4e942a1813a774875bff86b5c2f.tar.gz JellySolutions-512f00544e77c4e942a1813a774875bff86b5c2f.tar.bz2 JellySolutions-512f00544e77c4e942a1813a774875bff86b5c2f.zip |
Improve contrast of urgent text
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.css b/ufund-ui/src/app/components/need-list/need-list.component.css index bbbb024..02e170b 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.css +++ b/ufund-ui/src/app/components/need-list/need-list.component.css @@ -72,7 +72,7 @@ .urgent { font-size: 11pt; background-color: rgba(255, 165, 0, 0.27); - color: rgba(255, 165, 0, 1); + color: light-dark(rgb(138, 93, 0),rgba(255, 165, 0, 1)); padding: 2px; border-radius: 5px; } |