Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Sep 3, 2024
1 parent e366ed4 commit 5f90056
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/elements/site-header.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function SiteHeader ({ html, state }) {
}
a.active {
color: var(--fore);
color: var(--rift);
position: relative;
}
Expand Down
4 changes: 4 additions & 0 deletions app/pages/blog/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ export default function ({ html, state }) {
background-color: var(--cloud-ateneo);
color: var(--rift-white);
}
site-header {
--site-header-background: white;
}
</style>
<site-header active="/blog"></site-header>
Expand Down
4 changes: 4 additions & 0 deletions app/pages/blog/posts/$$.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ export default function ({ html, state }) {
display: block;
}
site-header {
--site-header-background: white;
}
site-container {
background-color: var(--white-denim);
border-radius: 0.5em;
Expand Down

0 comments on commit 5f90056

Please sign in to comment.