feat: some stuff

This commit is contained in:
2024-04-03 20:16:38 +02:00
parent 46230f2140
commit d025f7e01b
2 changed files with 20 additions and 11 deletions

View File

@ -54,7 +54,7 @@ const { title, width = "compact" } = Astro.props;
<meta name="generator" content={Astro.generator} />
<!-- <meta http-equiv="refresh" content="0;url=/" /> -->
<title>{title}</title>
<style>
<style is:inline>
:root {
--neutral-1000: #000000;
--neutral-800: #16161e;
@ -100,14 +100,14 @@ const { title, width = "compact" } = Astro.props;
--text-light: white;
}
.dark .icon-tabler-sun,
.light .icon-tabler-moon {
display: none;
}
.dark .icon-tabler-moon,
.light .icon-tabler-sun {
display: block;
}
/* .dark .icon-tabler-sun, */
/* .light .icon-tabler-moon { */
/* display: none; */
/* } */
/* .dark .icon-tabler-moon, */
/* .light .icon-tabler-sun { */
/* display: block; */
/* } */
</style>
<script>
(function () {