Skip to content

Commit ac651e8

Browse files
author
Kaustav Das Modak
committed
Make xplex button shinier
Signed-off-by: Kaustav Das Modak <[email protected]>
1 parent 6b410a2 commit ac651e8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

css/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ section {
4343
text-align: center;
4444
position: relative;
4545
max-width: 960px;
46-
padding: 4rem 0;
46+
padding: 4rem 0rem;
4747
margin: 0 auto;
4848
}
4949

@@ -121,6 +121,10 @@ svg {
121121
color: #eee;
122122
}
123123

124+
#xplex .button {
125+
color: #aaa;
126+
}
127+
124128
#upcoming p {
125129
margin: 0 auto;
126130
}
@@ -168,6 +172,10 @@ svg.large { width: 4rem; height: 4rem; }
168172
}
169173

170174
/* 2. Pseudoclass */
175+
#xplex .button:hover {
176+
color: #fff;
177+
}
178+
171179
.button:hover {
172180
color: #fff;
173181
background: #444;

0 commit comments

Comments
 (0)