Skip to content

Commit 331c416

Browse files
author
Fine yq
committed
Update generated _site files for nav font size and URL replacements
1 parent deae1fe commit 331c416

3 files changed

Lines changed: 526 additions & 525 deletions

File tree

_site/assets/css/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ a:hover::after {
222222
/* Emphasize Chinese navigation text */
223223
html[lang="zh"] .main-nav a {
224224
font-weight: 800;
225+
font-size: 1.2rem;
225226
}
226227

227228
/* Global language toggle */
@@ -431,6 +432,10 @@ html[lang="zh"] .main-nav a {
431432
padding: 0.4rem 0.7rem;
432433
font-size: 0.95rem;
433434
}
435+
436+
html[lang="zh"] .main-nav a {
437+
font-size: 1.1rem;
438+
}
434439
}
435440

436441
@media (max-width: 768px) {
@@ -458,6 +463,10 @@ html[lang="zh"] .main-nav a {
458463
padding: 0.4rem 0.8rem;
459464
font-size: 0.9rem;
460465
}
466+
467+
html[lang="zh"] .main-nav a {
468+
font-size: 1rem;
469+
}
461470

462471
.content-wrapper {
463472
padding: 0 1rem;

0 commit comments

Comments
 (0)