Skip to content

Commit 6a70a84

Browse files
authored
Update main.css
1 parent cb1ab9c commit 6a70a84

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css/main.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ html, body {
3434
height: 100%;
3535
width: 100%;
3636
padding: 0;
37-
color: white;
38-
background-color: black;
37+
color: FloralWhite;
38+
background-color: #1A1110;
3939
text-align: center;
4040
display: inline-block;
4141
}
@@ -64,19 +64,19 @@ section {
6464
color: #fff;
6565
border-radius: 25%;
6666
border-radius: 25%;
67-
border-color: white;
67+
border-color: FloralWhite;
6868
border-style: solid;
6969
background: transparent;
7070
}
7171

7272
#enter_button:hover {
73-
background-color: white;
74-
color: black;
73+
background-color: FloralWhite;
74+
color: #1A1110;
7575
}
7676

7777
#enter_button:active {
78-
background-color: whitesmoke;
79-
color: black;
78+
background-color: FloralWhite;
79+
color: #1A1110;
8080
}
8181

8282
.logo {

0 commit comments

Comments
 (0)