Various design improvements

This commit is contained in:
Martin Prokoph
2024-09-18 14:23:17 +02:00
parent b2e20fa63b
commit b8272c378f
11 changed files with 47 additions and 37 deletions

View File

@@ -86,5 +86,11 @@ const { frontmatter } = Astro.props
background-color: var(--secondary-500);
box-shadow: -1px 1px 8px var(--secondary-500);
}
.notification:is(.darkmode *) a:not(.button) {
color: var(--secondary-400);
}
.notification:is(.darkmode *) a:not(.button):visited {
color: var(--secondary-500);
}
</style>