Skip to content

Commit a0ee02a

Browse files
committed
Update records.html
1 parent cf12a7e commit a0ee02a

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

records.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
color: #e0e0e0;
8787
}
8888

89+
.table tbody td:nth-child(4) {
90+
font-size: 1.1em;
91+
font-weight: 500;
92+
}
93+
8994
.table tbody tr:nth-child(even) {
9095
background-color: rgba(255, 255, 255, 0.03);
9196
}
@@ -99,13 +104,22 @@
99104
background-color: rgba(255, 107, 107, 0.15);
100105
}
101106

102-
/* Destacar los récords */
103-
.table tbody td:last-child {
107+
/* Destacar atletas y récords */
108+
.table tbody td:nth-child(2) {
109+
font-weight: 600;
110+
color: #4a9fe0;
111+
}
112+
113+
.table tbody td:nth-child(5) {
104114
font-weight: 600;
105115
color: #ffa07a;
106116
}
107117

108-
.women-section .table tbody td:last-child {
118+
.women-section .table tbody td:nth-child(2) {
119+
color: #ff6b6b;
120+
}
121+
122+
.women-section .table tbody td:nth-child(5) {
109123
color: #ffb6c1;
110124
}
111125

0 commit comments

Comments
 (0)