diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-07 16:16:53 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-07 16:16:53 -0400 |
commit | 84a8918451ccccaaf97a6baff5f50e12001d3d4d (patch) | |
tree | 4ff0f69e9a8d37d970e3990d5f373955b821b35c /ufund-ui | |
parent | 0d0959d6ac3e81869ba848371d9b6ea12710debc (diff) | |
download | JellySolutions-84a8918451ccccaaf97a6baff5f50e12001d3d4d.tar.gz JellySolutions-84a8918451ccccaaf97a6baff5f50e12001d3d4d.tar.bz2 JellySolutions-84a8918451ccccaaf97a6baff5f50e12001d3d4d.zip |
Updated styling
Diffstat (limited to 'ufund-ui')
-rw-r--r-- | ufund-ui/public/jf.png | bin | 819422 -> 2224089 bytes | |||
-rw-r--r-- | ufund-ui/src/styles.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/public/jf.png b/ufund-ui/public/jf.png Binary files differindex 94250ec..ff93fa5 100644 --- a/ufund-ui/public/jf.png +++ b/ufund-ui/public/jf.png diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index 98e13de..6bb6970 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -24,7 +24,7 @@ --secondary-color: #3a3a3a; /* color of cards and buttons*/ --tertiary-color: #2e2e2e; /* color of dark cards */ --foreground-color: #ffffff; /* used on text */ - --highlight-color: #6091e8; /* accent color */ + --highlight-color: #60a9f3; /* accent color */ --dark-highlight-clor: #002846; /* not used currently */ --hover-color: #323c4e; /* hover color for cards and buttons*/ --opacity-cr: 0; |