Theme Update

This commit is contained in:
Francesco 2024-04-23 11:42:18 +02:00
parent 08f1bb06ad
commit 84696d9c4a
3 changed files with 4 additions and 13 deletions

View File

@ -220,7 +220,7 @@ footer a {
} }
.single-title { .single-title {
margin-top: 1rem; /* margin-top: 1rem; */
margin-bottom: .5rem; margin-bottom: .5rem;
} }
@ -296,7 +296,6 @@ footer a {
.not-found { .not-found {
display: flex; display: flex;
align: center;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
@ -307,12 +306,4 @@ footer a {
.not-found div h1 { .not-found div h1 {
font-size: 6rem; font-size: 6rem;
}
.dark-toggle svg path {
fill: var(--background) !important;
}
.dark-toggle svg text {
fill: var(--content) !important;
} }

View File

@ -10,8 +10,8 @@
--header-menu-top-gap: 1rem; --header-menu-top-gap: 1rem;
/* Typography */ /* Typography */
--h1-margin-top: 2.5rem; --h1-margin-top: 2rem;
--h1-margin-bottom: 2rem; --h1-margin-bottom: 1.5rem;
--h2-margin-top: 2rem; --h2-margin-top: 2rem;
--h2-margin-bottom: 1.5rem; --h2-margin-bottom: 1.5rem;
--hx-margin-top: 1.5rem; --hx-margin-top: 1.5rem;

View File

@ -9,7 +9,7 @@
{{ end }} {{ end }}
</head> </head>
<body class="dark"> <body class="light">
<div class="content"> <div class="content">
<header> <header>