diff options
Diffstat (limited to 'ufund-ui/src/styles.css')
-rw-r--r-- | ufund-ui/src/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |