diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-28 21:37:28 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-28 21:37:28 -0400 |
commit | e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9 (patch) | |
tree | 921b54a870974a30612b8b079bdfd55570326f42 /ufund-ui/src/styles.css | |
parent | fb4e2bc3eb66ca861eb8393ade21811e4510669a (diff) | |
download | JellySolutions-e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9.tar.gz JellySolutions-e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9.tar.bz2 JellySolutions-e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9.zip |
Implement new dashboard and mini-need-list
Diffstat (limited to 'ufund-ui/src/styles.css')
-rw-r--r-- | ufund-ui/src/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index 49b478e..e4b4e8c 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -53,3 +53,7 @@ button, .button { background-color: transparent; text-shadow: #5cdbff 0 0 50px; } + +.icon { + font-family: 'Material Symbols Outlined' +} |