Navigation Menu

Skip to content

Commit

Permalink
vars: fix selected item bg in mentions menu
Browse files Browse the repository at this point in the history
Closes #174.
  • Loading branch information
vednoc committed Jul 25, 2020
1 parent f4fb908 commit a1e5b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wa.user.styl
Expand Up @@ -504,8 +504,8 @@ ac5 = var(--ac-5)
--compose-input-border-focused-rgb: var(--bg-5-rgb) //65,90,103;
--compose-panel-background: var(--bg-3) //#1e2428;
--compose-panel-background-rgb: var(--bg-3-rgb) //29.591,36.36026,40.309;
--compose-panel-background-hover: var(--ac-0) //#151e23;
--compose-panel-background-hover-rgb: var(--ac-0-rgb) //21,30,35;
--compose-panel-background-hover: var(--bg-4) //#151e23;
--compose-panel-background-hover-rgb: var(--ac-4-rgb) //21,30,35;
--compose-primary: var(--fg-1) //#f1f1f2;
--compose-primary-rgb: var(--fg-1-rgb) //241,241,242;
--conversation-panel-background: var(--bg-1) //#0b1419;
Expand Down

0 comments on commit a1e5b10

Please sign in to comment.