Skip to content

Commit

Permalink
Recolor "helpful hint" (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALevansSamsung authored Nov 8, 2023
1 parent 93e348e commit 7218cb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/assets/topbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@
right: 5px;
top: 5px;
width: 300px;
background-color: white;
background-color: var(--main-background-color);
font-size: 12px;
color: #3f4040;
color: var(--main-foreground-color);
display: grid;
border-radius: 5px;
padding: 8px;
Expand All @@ -222,8 +222,8 @@
}

.hint-dismiss-button {
color: #f4fafb;
background-color: #19212b;
color: var(--main-background-color);
background-color: var(--main-foreground-color);
width: fit-content;
padding: 3px;
border-radius: 3px;
Expand Down

0 comments on commit 7218cb4

Please sign in to comment.