aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list/need-list.component.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-06 20:12:13 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-06 20:12:13 -0400
commit512f00544e77c4e942a1813a774875bff86b5c2f (patch)
tree141472f4c4c7a0c6fa9b09d686702de944437e9c /ufund-ui/src/app/components/need-list/need-list.component.css
parent1a70784c75ba26713e040bb44e9fbc6867079010 (diff)
downloadJellySolutions-512f00544e77c4e942a1813a774875bff86b5c2f.tar.gz
JellySolutions-512f00544e77c4e942a1813a774875bff86b5c2f.tar.bz2
JellySolutions-512f00544e77c4e942a1813a774875bff86b5c2f.zip
Improve contrast of urgent text
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.css2
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;
}