Skip to content

Commit 8fa281e

Browse files
committed
safer hero style
1 parent 4833443 commit 8fa281e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,25 +239,25 @@
239239
<script id="3" type="text/markdown">
240240
<style>
241241

242-
.observablehq:first-of-type {
242+
.observablehq--cell:first-of-type {
243243
position: relative;
244244
color: var(--theme-background);
245245
padding-bottom: 5rem;
246246
}
247247

248-
.observablehq:first-of-type h1 {
248+
.observablehq--cell:first-of-type h1 {
249249
color: inherit;
250250
}
251251

252-
.observablehq:first-of-type h1 + h2 {
252+
.observablehq--cell:first-of-type h1 + h2 {
253253
color: inherit;
254254
font-style: normal;
255255
font-weight: 500;
256256
opacity: 0.7;
257257
margin-top: 1rem;
258258
}
259259

260-
.observablehq:first-of-type::before {
260+
.observablehq--cell:first-of-type::before {
261261
content: "";
262262
display: block;
263263
position: absolute;

0 commit comments

Comments
 (0)