@@ -14,6 +14,17 @@ body {
1414 margin : 0 auto;
1515}
1616
17+ a {
18+ color : var (--fg );
19+ text-decoration : none;
20+ border-bottom : 1px solid transparent;
21+ }
22+
23+ a : hover {
24+ color : var (--accent );
25+ border-bottom-color : var (--accent );
26+ }
27+
1728.container { margin-bottom : 2em ; }
1829
1930.img-insight {
5162 display : flex;
5263 align-items : center;
5364 gap : 1rem ;
65+ font-family : var (--font-anta );
66+ font-weight : var (--weight-semibold );
67+ font-size : var (--text-lg );
5468}
5569
5670.nav-links {
5973 gap : 1rem ;
6074}
6175
62- .nav-links li {
63- border-bottom : 2px solid transparent;
64- transition : opacity 0.3s , border-bottom-color 0.3s ;
65- }
66-
67- .nav-links li : hover {
68- opacity : 0.7 ;
69- border-bottom-color : currentColor;
70- }
71-
72- .nav-links a {
73- text-decoration : none;
74- color : inherit;
75- }
76-
7776.nav-right {
7877 display : flex;
7978 align-items : center;
@@ -135,6 +134,7 @@ nav {
135134 background : transparent;
136135 border : 1px solid var (--border );
137136 transition : border-color 0.15s ease;
137+ padding : 0 0.5em ;
138138}
139139
140140.bordered : hover {
@@ -175,14 +175,8 @@ nav {
175175
176176/* Insights */
177177.insight-card {
178- text-decoration : none;
179- padding-bottom : 1.5em ;
180- color : inherit;
181- }
182-
183- .insight-card * {
184- text-decoration : none;
185- color : inherit;
178+ padding-bottom : 2em ;
179+ line-height : 1.4 ;
186180}
187181
188182.insight-card p {
@@ -236,30 +230,13 @@ nav {
236230 box-shadow : 0 4px 16px rgba (0 , 0 , 0 , 0.15 );
237231}
238232
239- .arena-link {
240- text-decoration : none;
241- color : inherit;
242- }
243-
244233.arena-title {
245- background : linear-gradient (currentColor 0 0 ) 0 100% / 0 1px no-repeat;
246234 transition : background-size 0.3s ;
247235 margin : 0 auto;
236+ margin-top : 0.75em ;
248237 font-weight : var (--weight-semibold );
249238 font-size : var (--text-md );
250- }
251-
252- .arena-link : hover .arena-title {
253- background-size : 100% 1px ;
254- }
255-
256- .arena-card img {
257- height : 50px ; /* fixed height */
258- width : auto; /* keep original aspect ratio */
259- max-width : 100% ; /* never exceed container width */
260- display : block;
261- margin : 1em auto;
262- object-fit : contain;
239+ letter-spacing : -0.03em ;
263240}
264241
265242@media (max-width : 900px ) {
0 commit comments