Theme Update
This commit is contained in:
parent
08f1bb06ad
commit
84696d9c4a
@ -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;
|
|
||||||
}
|
}
|
@ -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;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="dark">
|
<body class="light">
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<header>
|
<header>
|
||||||
|
Loading…
Reference in New Issue
Block a user