feat: some stuff
This commit is contained in:
@ -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 () {
|
||||
|
Reference in New Issue
Block a user