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-03-22 16:35:10 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-22 16:35:10 -0400
commit381e57d62f01056d823af74d186f6de87df9fcee (patch)
tree7b512b0cb62170dad262a03cc8aa368e6e88d77b /ufund-ui/src/app/components/need-list/need-list.component.css
parent69e79cc423110ea7df3d960f95e612934d256dd8 (diff)
downloadJellySolutions-381e57d62f01056d823af74d186f6de87df9fcee.tar.gz
JellySolutions-381e57d62f01056d823af74d186f6de87df9fcee.tar.bz2
JellySolutions-381e57d62f01056d823af74d186f6de87df9fcee.zip
Dark mode!
Diffstat (limited to 'ufund-ui/src/app/components/need-list/need-list.component.css')
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.css8
1 files changed, 4 insertions, 4 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 bbc3f2c..fa3ed4f 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
@@ -4,7 +4,7 @@
display: block;
width: 30%;
border-radius: 5px;
-
+
}
li, div {
@@ -16,9 +16,9 @@ li, div {
}
#search-form {
- background-color: #d9d9d9;
+ background-color: light-dark(#d9d9d9, #1b1b1b);
padding: 10px 20px 20px 20px;
border: 2px solid #000;
- border-radius: 5px;
+ border-radius: 5px;
visibility: visible;
- } \ No newline at end of file
+ }