|
|
|
|
@ -98,7 +98,7 @@ body{overflow-x:hidden;}
|
|
|
|
|
.sh4-desc{font-size:clamp(14px,1.3vw,17px);line-height:1.8;color:rgba(26,26,58,.45);max-width:540px;word-break:keep-all;margin:0;} |
|
|
|
|
|
|
|
|
|
/*sh4 floating pill nav*/ |
|
|
|
|
.sh4-nav-wrap{position:sticky;top:var(--header-height);z-index:50;display:flex;justify-content:center;padding:14px 0;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(58,64,129,.06);} |
|
|
|
|
.sh4-nav-wrap{position:sticky;top:var(--header-height);z-index:50;display:flex;justify-content:center;padding:14px 0;} |
|
|
|
|
.sh4-nav{display:inline-flex;align-items:center;gap:4px;background:rgba(58,64,129,.06);border-radius:999px;padding:4px;} |
|
|
|
|
.sh4-nav-tab{position:relative;display:inline-flex;align-items:center;height:36px;padding:0 20px;font-size:13px;font-weight:600;color:rgba(17,17,17,.42);text-decoration:none;border-radius:999px;transition:color .25s;white-space:nowrap;letter-spacing:-.01em;} |
|
|
|
|
.sh4-nav-tab:hover{color:var(--color-primary);} |
|
|
|
|
|