Skip to content

Commit

Permalink
update dark-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
btzr-io committed Sep 18, 2017
1 parent 44e5698 commit 1905235
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ui/dist/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
--search-border: 1px solid rgba(0,0,0, 0.25);

/* Tab */
--tab-color: #757575;
--tab-active-color: #CCC;
--tab-color: rgba(255,255,255, 0.5) ;
--tab-active-color: rgba(255,255,255, 0.75);

/* Header */
--header-color: #CCC;
Expand All @@ -43,4 +43,7 @@
/* Modla */
--modal-overlay-bg: var(--color-dark-overlay);
--modal-border: 1px solid rgba(0, 0, 0, 0.25);

/* Divider */
--divider: 1px solid rgba(255,255,255, 0.12);
}

0 comments on commit 1905235

Please sign in to comment.