Skip to content

Commit 561fc0d

Browse files
bg color
1 parent 5323c4f commit 561fc0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_sass/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $font-size-base: 1rem !default;
1313
$font-size-h1: 2rem !default;
1414
$font-weight-strong: 600;
1515
$text-color: #fff !default;
16-
$bg-color: rgba(43, 45, 47, 1);
16+
$bg-color: #272727;//rgba(43, 45, 47, 1);
1717
$card-bg-color: linear-gradient(
1818
145deg,
1919
rgba(115, 115, 115, 0.15) 15%,

0 commit comments

Comments
 (0)