Skip to content

Commit

Permalink
Dark Mode #1
Browse files Browse the repository at this point in the history
  • Loading branch information
fallengravity committed Nov 14, 2019
1 parent 40ce645 commit 3af67d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/block_scout_web/assets/css/theme/_atheios-dark-theme.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$body-dark: #1c1d31; // body background
$dark-bg: #22223a; // hero shade
$dark-light-bg: #282945; // pills bg shade
$body-dark: #000233; // body background
$dark-bg: #121c52; // hero shade
$dark-light-bg: #2b7aae; // pills bg shade
$dark-light: #313355; // tile light top share
$labels-dark: #8a8dba; // header nav, labels
$labels-dark: #525367; // header nav, labels

// Switcher
.dark-mode-changer {
Expand Down Expand Up @@ -798,4 +798,4 @@ $labels-dark: #8a8dba; // header nav, labels

.dark-theme-applied .dropdown-item.active.header, .dark-theme-applied .dropdown-item.header:hover, .dark-theme-applied .dropdown-item.header:focus {
background-color: $dark-light !important;
}
}

0 comments on commit 3af67d9

Please sign in to comment.