Skip to content

Commit 31a0c88

Browse files
authored
Merge pull request #265 from annuk123/main
fix Text Visibility and Contrast in Light Mode
2 parents 3429060 + e54eef0 commit 31a0c88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ body {
2323
width: 100%;
2424
height: 100%;
2525
/* Add your background pattern here */
26-
background-color: #313131;
26+
/* background-color: #313131; */
27+
background-color: #d1cbf4;
2728
background-image: radial-gradient(rgba(255, 255, 255, 0.05) 2px, transparent 0);
2829
background-size: 30px 30px;
2930
background-position: -5px -5px

0 commit comments

Comments
 (0)