Skip to content

Commit

Permalink
feat: background is pure black
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed May 3, 2023
1 parent eceebaa commit db49083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FONT FACES
VARIABLE OVERRIDES
====*/

$global-background: #212529 !default;
$global-background: #000000 !default;
$global-color: rgba(0, 255, 53, 0.85) !default;
$global-emphasis-color: #f626eed9 !default;
$global-font-family: "Acme", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
Expand Down

0 comments on commit db49083

Please sign in to comment.