Skip to content

Commit

Permalink
anew
Browse files Browse the repository at this point in the history
  • Loading branch information
utksi committed Feb 1, 2025
1 parent 0037d4c commit 14b4446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@

html[data-theme="dark"] {
//--global-bg-color: #{$grey-color-dark};
--global-bg-color: #1b1b1b;
--global-bg-color: #151515;
--global-code-bg-color: #0a0a0a;
// --global-code-bg-color: #{$code-bg-color-dark};
--global-text-color: #{$grey-color-light};
--global-text-color-light: #{$grey-color};
--global-theme-color: #{$bright-cyan-color};
--global-hover-color: #{$bright-cyan-color};
--global-badge-color: #219abf;
--global-badge-color: #1891b6;
--global-badge-text-color: rgba(255, 255, 255, 0.803);
// --global-theme-color: #{$cyan-color};
// --global-hover-color: #{$cyan-color};
Expand Down

0 comments on commit 14b4446

Please sign in to comment.