Skip to content

Commit c966457

Browse files
committed
Minor CSS fixes
1 parent 3f1d294 commit c966457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/main.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
color: whitesmoke;
2+
color: #f5f5f5;
33
}
44

55
a:hover, a:active {
@@ -24,12 +24,12 @@ p {
2424
}
2525

2626
.title {
27-
color: whitesmoke;
27+
color: #f5f5f5;
2828
}
2929

3030
.fa-links {
3131
font-size: 300%;
32-
color: whitesmoke;
32+
color: #f5f5f5;
3333
}
3434

3535
.contacts {

0 commit comments

Comments
 (0)