Skip to content

Commit 708dea2

Browse files
Update article-signals-whyplusplus_bilingual_v1.html
1 parent a2c8676 commit 708dea2

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

article-signals-whyplusplus_bilingual_v1.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,29 @@
1919
.lang-block.active{display:block}
2020
.lang-switch{margin:10px 0 0;display:flex;gap:8px;align-items:center}
2121
.lang-switch button{padding:6px 10px;border:1px solid #2a2a2a;border-radius:8px;background:transparent;cursor:pointer}
22-
.lang-switch button.active{background:#0b0b0b}</style></head>
22+
.lang-switch button.active{background:#0b0b0b}</style><style>
23+
/* AURUM-DELTA OVERRIDES — spacing + switcher visuals */
24+
.article-body{margin-top:8px !important} /* was ~56px; closer by ~1.5cm */
25+
.article-nav{margin-top:9px !important} /* was 28px; lifted by ~0.5cm */
26+
27+
/* Language switcher: brighter, like homepage */
28+
.lang-switch{margin-top:10px; gap:10px}
29+
.lang-switch button{
30+
padding:8px 14px;
31+
border:1px solid #3b3b3b;
32+
border-radius:10px;
33+
background:rgba(255,255,255,0.04);
34+
color:#e5e7eb;
35+
font-weight:600;
36+
letter-spacing:.2px;
37+
}
38+
.lang-switch button:hover{background:rgba(255,255,255,0.08)}
39+
.lang-switch button.active{
40+
background:#1f2937;
41+
border-color:#6b7280;
42+
color:#ffffff;
43+
}
44+
</style></head>
2345
<body class="article-offset lux">
2446
<header class="nav">
2547
<div class="container nav-inner nav-container-wide">

0 commit comments

Comments
 (0)