Skip to content

Commit f5ea48e

Browse files
committed
Update buttons style
1 parent 1552d51 commit f5ea48e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Geometric/OopsBox/assets/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
2+
23
* {
34
margin: 0;
45
padding: 0;
@@ -66,6 +67,10 @@ body {
6667
border-bottom: 4px solid #d00d56;
6768
}
6869

70+
#container .content a:hover {
71+
border-bottom: 4px solid #ff0562;
72+
}
73+
6974
@media (max-width: 768px) {
7075
#container {
7176
top: 5%;
@@ -126,6 +131,7 @@ body {
126131
#container .content {
127132
max-width: 80%;
128133
}
134+
129135
#container .content h1 {
130136
font-size: 15vw;
131137
}

0 commit comments

Comments
 (0)