Skip to content

Commit e54eef0

Browse files
committed
fix Text Visibility and Contrast in Light Mode
1 parent 3429060 commit e54eef0

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)