Skip to content

Commit

Permalink
Dark theme tweaks (#1840)
Browse files Browse the repository at this point in the history
* Make post titles visible on i386

* Make post titles visible on vaporwave dark

* Undo unnecessary changes
  • Loading branch information
SleeplessOne1917 authored Jul 7, 2023
1 parent 53a5bfe commit f854a51
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 258 deletions.
2 changes: 1 addition & 1 deletion src/assets/css/themes/_variables.i386.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $danger: #aa0000;
$info: #00aaaa;
$warning: #aa00aa;
$light: $gray-800;
$dark: black;
$dark: $gray-300;

$body-bg: #000084;
$body-color: $gray-300;
Expand Down
1 change: 1 addition & 0 deletions src/assets/css/themes/_variables.vaporwave-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $gray-800: #303030;
$gray-900: #222;

$light: $gray-700;
$dark: $gray-200;

$body-bg: $gray-900;
$body-color: $gray-200;
Expand Down
Loading

0 comments on commit f854a51

Please sign in to comment.