Skip to content

Commit ba3ee9c

Browse files
feat: add new CSS styles for page hero mesh elements to enhance visual presentation and improve text readability
1 parent 4309b26 commit ba3ee9c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

assets/css/style.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,26 @@ main > .section:not(.section-alt):not(.section-tint):not(.home-intro):not(.home-
11691169
text-shadow: 0 1px 18px rgba(0, 0, 0, 0.5);
11701170
}
11711171

1172+
.page-hero--mesh .meta-row {
1173+
position: relative;
1174+
z-index: 1;
1175+
}
1176+
1177+
.page-hero--mesh .tag-display {
1178+
color: #e9d5ff;
1179+
text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
1180+
}
1181+
1182+
.page-hero--mesh .badge {
1183+
border-color: rgba(255, 255, 255, 0.22);
1184+
}
1185+
1186+
.page-hero--mesh .badge--muted {
1187+
color: #cbd5e1;
1188+
background: rgba(15, 23, 42, 0.35);
1189+
border-color: rgba(255, 255, 255, 0.14);
1190+
}
1191+
11721192
.page-hero h1 {
11731193
margin: 0 0 0.85rem;
11741194
font-size: clamp(1.85rem, 4vw, 2.45rem);

0 commit comments

Comments
 (0)