Skip to content

Commit 96ef914

Browse files
committed
Cleanup
1 parent 4980c73 commit 96ef914

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

app/elements/site-header.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default function SiteHeader ({ html, state }) {
7272
}
7373
7474
a.active {
75-
color: var(--fore);
75+
color: var(--rift);
7676
position: relative;
7777
}
7878

app/pages/blog/index.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ export default function ({ html, state }) {
1010
background-color: var(--cloud-ateneo);
1111
color: var(--rift-white);
1212
}
13+
14+
site-header {
15+
--site-header-background: white;
16+
}
1317
</style>
1418
1519
<site-header active="/blog"></site-header>

app/pages/blog/posts/$$.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export default function ({ html, state }) {
2929
display: block;
3030
}
3131
32+
site-header {
33+
--site-header-background: white;
34+
}
35+
3236
site-container {
3337
background-color: var(--white-denim);
3438
border-radius: 0.5em;

0 commit comments

Comments
 (0)