Skip to content

Commit

Permalink
Better hover color for cyberpunk theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Dec 26, 2024
1 parent b20948d commit 74e7556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shared/styles/themes/cyberpunk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
// Base variables
// --------------
--background-color: #1a0933;
--background-color-lighter: #2C174C;
--foreground-color: var(--white);

// Bootstrap variables
Expand Down Expand Up @@ -51,7 +52,7 @@

// Used to indicate selected or open items in lists.
--highlight-color: var(--purple);
--highlight-color-hover: var(--indigo);
--highlight-color-hover: var(--background-color-lighter);

// 1:1 Chat-related colors
--chat-color: var(--green);
Expand Down

0 comments on commit 74e7556

Please sign in to comment.