Skip to content

Commit

Permalink
style(dark-theme): change dark theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalchetskaya committed Mar 18, 2021
1 parent 16591ec commit ac49706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
@section-height: 500px;
@small-section-height: 300px;

@dark-theme: #2a2a2a;
@dark-theme: #282a2e;
@light-theme: #ffffff;
@dark-theme-preview: #353535;
@dark-theme-preview: #1d1f21;
@light-theme-preview: #fcfcfc;
@dark-text: #000000;
@light-text: #ffffff;
Expand Down

0 comments on commit ac49706

Please sign in to comment.