Skip to content

Commit 77f8eec

Browse files
authored
Update style.css
1 parent 8555ef7 commit 77f8eec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

style.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ h1 {
2626

2727
.button{
2828
padding: 10px 20px;
29-
color: white;
29+
color: #333;
3030
text-align: center;
3131
text-decoration: none;
3232
display: inline-block;
@@ -63,7 +63,7 @@ h1 {
6363
justify-content: center;
6464
list-style-type: none;
6565
padding: 10px 20px;
66-
color: white;
66+
color: #333;
6767
text-align: center;
6868
text-decoration: none;
6969
display: inline-block;
@@ -77,7 +77,7 @@ h1 {
7777
display: none;
7878
list-style-type: none;
7979
padding: 10px 20px;
80-
color: white;
80+
color: #333;
8181
text-align: center;
8282
text-decoration: none;
8383
margin: 5% 5% 5% 5%;
@@ -2493,4 +2493,4 @@ button:hover, button:focus {
24932493
left: -5%;
24942494
}
24952495

2496-
}
2496+
}

0 commit comments

Comments
 (0)