Skip to content

Commit 95935bf

Browse files
Update style.css
1 parent 177047c commit 95935bf

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

style.css

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
body {
2-
font-family: 'Inter', sans-serif;
2+
font-family: 'Zain', sans-serif;
33
background-color: #f9f9f9;
44
margin: auto;
55
padding: 1rem;
66
color: #222;
77
}
88

9-
.match-card {
9+
.match-card {
1010
background: white;
1111
border-radius: 12px;
1212
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
@@ -16,19 +16,19 @@ body {
1616
text-align: center;
1717
}
1818

19-
.match-title {
19+
.match-title {
2020
font-weight: 600;
2121
margin-bottom: 0.5rem;
2222
}
2323

24-
iframe {
24+
iframe {
2525
border-radius: 8px;
2626
width: 100%;
2727
height: auto;
2828
aspect-ratio: 1 / 1;
2929
}
3030

31-
iframe#userGame {
31+
iframe#userGame {
3232
width: 100%;
3333
max-width: 360px;
3434
aspect-ratio: 1 / 1;
@@ -39,30 +39,30 @@ body {
3939
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
4040
}
4141

42-
#leaderboard {
42+
#leaderboard {
4343
margin-top: 2rem;
4444
overflow-x: auto;
4545
}
4646

47-
#leaderboard table {
47+
#leaderboard table {
4848
width: 100%;
4949
border-collapse: collapse;
5050
min-width: 300px;
5151
}
5252

53-
#leaderboard th,
54-
#leaderboard td {
53+
#leaderboard th,
54+
#leaderboard td {
5555
padding: 0.5rem;
5656
text-align: left;
5757
border-bottom: 1px solid #eee;
5858
}
5959

60-
#leaderboard th {
60+
#leaderboard th {
6161
background: #f0f0f0;
6262
}
6363

64-
button,
65-
#googleSignInBtn {
64+
button,
65+
#googleSignInBtn {
6666
background-color: #4caf50;
6767
color: white;
6868
padding: 0.6rem 1rem;
@@ -73,21 +73,21 @@ body {
7373
margin: 0.5rem 0;
7474
}
7575

76-
button:hover,
77-
#googleSignInBtn:hover {
76+
button:hover,
77+
#googleSignInBtn:hover {
7878
background-color: #45a049;
7979
}
8080

81-
#live-matches,
82-
#finished-matches {
81+
#live-matches,
82+
#finished-matches {
8383
display: flex;
8484
flex-wrap: wrap;
8585
gap: 1rem;
8686
margin-top: 1rem;
8787
justify-content: center;
8888
}
8989

90-
@media (prefers-color-scheme: dark) {
90+
@media (prefers-color-scheme: dark) {
9191
body {
9292
background-color: #1e1e1e;
9393
color: #ddd;
@@ -113,8 +113,8 @@ body {
113113
}
114114
}
115115

116-
/* Responsive adjustments for small screens */
117-
@media (max-width: 600px) {
116+
/* Responsive adjustments for small screens */
117+
@media (max-width: 600px) {
118118
.match-card {
119119
padding: 0.8rem;
120120
font-size: 0.9rem;
@@ -133,20 +133,20 @@ body {
133133
}
134134
}
135135

136-
/* Link styles */
137-
a:link {
136+
/* Link styles */
137+
a:link {
138138
color: lightskyblue;
139139
}
140140

141-
a:visited {
141+
a:visited {
142142
color: #6d4b8d;
143143
}
144144

145-
a:hover {
145+
a:hover {
146146
color: #ffffff;
147147
}
148148

149-
a:active {
149+
a:active {
150150
color: #ff4040;
151151
text-decoration: none;
152152
font-weight: normal;

0 commit comments

Comments
 (0)