Skip to content

Commit 3b84e7c

Browse files
authored
Change body text color to black
1 parent fadfe89 commit 3b84e7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@
15661566
}
15671567

15681568
body, input, select, textarea {
1569-
color: #7c8081;
1569+
color: black;
15701570
font-family: 'Lato', sans-serif;
15711571
font-size: 15pt;
15721572
font-weight: 300;
@@ -3196,4 +3196,4 @@
31963196
height: 34px;
31973197
}
31983198

3199-
}
3199+
}

0 commit comments

Comments
 (0)