Update to current version
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s

This commit is contained in:
2025-11-05 23:14:41 +01:00
parent a8304db3e2
commit 05f0b104d4
300 changed files with 40464 additions and 6492 deletions

View File

@@ -23,6 +23,10 @@ body {
}
}
iframe[src*="disqus"] {
color-scheme: light;
}
a {
font-weight: 500;
color: $link-color;
@@ -37,6 +41,9 @@ a {
p {
margin: 2rem 0 2rem 0;
@media only screen and (max-width: 768px) {
margin: 1.5rem 0 1.5rem 0;
}
}
h1,
@@ -134,11 +141,14 @@ strong {
font-weight: 700;
}
.highlight>div,
.highlight>pre {
margin: 0 0 2rem;
padding: 1rem;
border-radius: 1rem;
.highlight {
div,
pre {
margin: 2rem 0 2rem;
padding: 1rem;
border-radius: 1rem;
overflow-x: auto;
}
}
pre {
@@ -148,7 +158,9 @@ pre {
font-weight: 400;
line-height: 2.6rem;
overflow-x: auto;
margin: 0;
margin: 2rem 0 2rem;
padding: 1rem;
border-radius: 1rem;
code {
display: inline-block;
@@ -161,10 +173,13 @@ code {
font-family: $code-font-family;
font-size: 1.6rem;
font-weight: 400;
background-color: $alt-bg-color;
color: $fg-color;
border-radius: 0.6rem;
padding: 0.3rem 0.6rem;
background-color: $darker-alt-bg-color;
color: $fg-color;
@media only screen and (max-width: 768px) {
font-size: 1.5rem;
}
}
blockquote {
@@ -174,6 +189,9 @@ blockquote {
font-weight: 400;
font-style: italic;
}
* {
-webkit-tap-highlight-color: transparent;
}
th,
td {
@@ -215,6 +233,12 @@ figure {
text-align: center;
}
.footnotes {
ol li p {
margin: 0;
}
}
.preload-transitions * {
$null-transition: none !important;