diff options
author | benal01 <bja4245@rit.edu> | 2025-03-24 10:38:40 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-24 10:38:40 -0400 |
commit | 1c1d3922e7eea35764ebab39b18172ed2c8c82d9 (patch) | |
tree | 5ea5605edd352634921e644b4a588598a0c5b782 /ufund-ui/src/app/components/need-list/need-list.component.css | |
parent | a05f6f0ab8dead76f937a2d7196fa005af0367fe (diff) | |
download | JellySolutions-1c1d3922e7eea35764ebab39b18172ed2c8c82d9.tar.gz JellySolutions-1c1d3922e7eea35764ebab39b18172ed2c8c82d9.tar.bz2 JellySolutions-1c1d3922e7eea35764ebab39b18172ed2c8c82d9.zip |
better feedback using a <span>
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.css | 8 |
1 files changed, 7 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 c2b8b90..c42dfda 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 @@ -25,10 +25,16 @@ li > button { justify-content: space-between; align-items: center; transition: all 0.3s ease; + font-weight: bold; +} + +li > button span { + font-style: italic; + font-weight: normal; } li > button:hover p { - font-weight: bold; + text-decoration: underline; } |