We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1ab9c commit 6a70a84Copy full SHA for 6a70a84
1 file changed
css/main.css
@@ -34,8 +34,8 @@ html, body {
34
height: 100%;
35
width: 100%;
36
padding: 0;
37
- color: white;
38
- background-color: black;
+ color: FloralWhite;
+ background-color: #1A1110;
39
text-align: center;
40
display: inline-block;
41
}
@@ -64,19 +64,19 @@ section {
64
color: #fff;
65
border-radius: 25%;
66
67
- border-color: white;
+ border-color: FloralWhite;
68
border-style: solid;
69
background: transparent;
70
71
72
#enter_button:hover {
73
- background-color: white;
74
- color: black;
+ background-color: FloralWhite;
+ color: #1A1110;
75
76
77
#enter_button:active {
78
- background-color: whitesmoke;
79
80
81
82
.logo {
0 commit comments