File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 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 }
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
You can’t perform that action at this time.
0 commit comments