Theme Update
This commit is contained in:
parent
08f1bb06ad
commit
84696d9c4a
@ -220,7 +220,7 @@ footer a {
|
||||
}
|
||||
|
||||
.single-title {
|
||||
margin-top: 1rem;
|
||||
/* margin-top: 1rem; */
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
@ -296,7 +296,6 @@ footer a {
|
||||
|
||||
.not-found {
|
||||
display: flex;
|
||||
align: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
@ -308,11 +307,3 @@ footer a {
|
||||
.not-found div h1 {
|
||||
font-size: 6rem;
|
||||
}
|
||||
|
||||
.dark-toggle svg path {
|
||||
fill: var(--background) !important;
|
||||
}
|
||||
|
||||
.dark-toggle svg text {
|
||||
fill: var(--content) !important;
|
||||
}
|
@ -10,8 +10,8 @@
|
||||
--header-menu-top-gap: 1rem;
|
||||
|
||||
/* Typography */
|
||||
--h1-margin-top: 2.5rem;
|
||||
--h1-margin-bottom: 2rem;
|
||||
--h1-margin-top: 2rem;
|
||||
--h1-margin-bottom: 1.5rem;
|
||||
--h2-margin-top: 2rem;
|
||||
--h2-margin-bottom: 1.5rem;
|
||||
--hx-margin-top: 1.5rem;
|
||||
|
@ -9,7 +9,7 @@
|
||||
{{ end }}
|
||||
</head>
|
||||
|
||||
<body class="dark">
|
||||
<body class="light">
|
||||
|
||||
<div class="content">
|
||||
<header>
|
||||
|
Loading…
Reference in New Issue
Block a user