diff --git a/web/src/style.css b/web/src/style.css index 2282346..8d90185 100644 --- a/web/src/style.css +++ b/web/src/style.css @@ -122,7 +122,7 @@ button { cursor: pointer; } .content { padding: 28px 32px 48px; max-width: 1540px; margin: 0 auto; } .mobile-only { display: none; } -.section-kicker { color: var(--teal); font: 700 10px/1.2 Consolas, monospace; letter-spacing: .16em; } +.section-kicker { color: var(--teal); font: 700 11px/1.2 "Microsoft YaHei", sans-serif; letter-spacing: .1em; } .term-hero { min-height: 178px; padding: 32px 36px; display: flex; align-items: end; color: white; background: linear-gradient(118deg, #233876, #192d67 65%, #116d70); position: relative; overflow: hidden; } .term-hero::after { content: ""; position: absolute; right: -40px; top: -110px; width: 360px; height: 360px; border: 54px solid rgba(255,255,255,.055); border-radius: 50%; } .term-hero h2 { margin: 12px 0 7px; font-family: "STZhongsong", "Songti SC", serif; font-size: clamp(25px, 3vw, 38px); letter-spacing: .05em; } diff --git a/web/src/views/NotificationCenterView.vue b/web/src/views/NotificationCenterView.vue index e6b4ce2..671cbc2 100644 --- a/web/src/views/NotificationCenterView.vue +++ b/web/src/views/NotificationCenterView.vue @@ -356,7 +356,7 @@ onMounted(() => load())