Skip to content

Commit 861e616

Browse files
Adjust the darkmode contrast with the animation
1 parent fc69340 commit 861e616

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/_globalColor.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ $lightBackground2: rgb(255, 255, 255);
3636
$lightBackground3: #f5f2f4;
3737
$blogCardContainerColor: #586069;
3838
// dark background colors
39-
$darkBackground: #171c28;
39+
$darkBackground: #222831; // slightly lighter gray
40+
4041

4142
// light theme box shadows
4243
$lightBoxShadowDark: rgba(0, 0, 0, 0.2);

src/containers/splashScreen/SplashScreen.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
text-decoration: none;
1616
}
1717
.splash-title {
18+
background-color: ;
1819
font-family: "Agustina Regular", cursive;
1920
font-weight: bold;
2021
font-variant-ligatures: no-common-ligatures;

0 commit comments

Comments
 (0)