Skip to content

Commit

Permalink
chore: update light mode prompt (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rperry2174 authored Nov 14, 2022
1 parent af450c6 commit 3c6989f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions webapp/sass/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@
--ps-ui-border: #3b3b44; /* Note: same as --ps-grey-primary */
--ps-disabled-button-text: #404047; /* disabled button text */
--ps-ui-foreground: #212124; /* sidebar background and "panel"/"box" background */
--ps-ui-foreground-text: #d8d8d8; /* sidebar text and datepicker text */
--ps-ui-foreground-text: #d8d8d8; /* sidebar text and date picker text */
--ps-dropdown-background: #2c2c30; /* dropdown background */
--ps-sidebar-separator: #d8d8d833; /* sidebar separation lines color */

--ps-tooltip-bg: #ffffff; /* tooltip header background */
--ps-tooltip-text: #000000; /* tooltip header text */
--ps-tooltip-header-bg: #d8d8d8; /* flamegraph tooltip heeader */

--ps-tooltip-header-bg: #d8d8d8; /* flamegraph tooltip header */
--ps-right-click-info: #9a9aa0; /* flamegraph tooltip right click info */

--ps-sandwich-pane-info-bg: #f2cd50; /* flamegraph sandwich pane info */

--ps-dropdown-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' fill='white' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
Expand Down Expand Up @@ -109,7 +107,7 @@
--ps-tooltip-text: #000000; /* tooltip header text */
--ps-tooltip-header-bg: #d8d8d8; /* flamegraph tooltip heeader */
--ps-right-click-info: #9a9aa0; /* flamegraph tooltip right click info */
--ps-sandwich-pane-info-bg: #f2cd50; /* flamegraph sandwich pane info */
--ps-sandwich-pane-info-bg: #3b78e7; /* flamegraph sandwich pane info */

--ps-dropdown-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' fill='black' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
--ps-dropdown-shadow: #00000052; /* dropdown shadow */
Expand Down

0 comments on commit 3c6989f

Please sign in to comment.