We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b410a2 commit ac651e8Copy full SHA for ac651e8
css/style.css
@@ -43,7 +43,7 @@ section {
43
text-align: center;
44
position: relative;
45
max-width: 960px;
46
- padding: 4rem 0;
+ padding: 4rem 0rem;
47
margin: 0 auto;
48
}
49
@@ -121,6 +121,10 @@ svg {
121
color: #eee;
122
123
124
+#xplex .button {
125
+ color: #aaa;
126
+}
127
+
128
#upcoming p {
129
130
@@ -168,6 +172,10 @@ svg.large { width: 4rem; height: 4rem; }
168
172
169
173
170
174
/* 2. Pseudoclass */
175
+#xplex .button:hover {
176
+ color: #fff;
177
178
171
179
.button:hover {
180
color: #fff;
181
background: #444;
0 commit comments