by steve0greatness, Monday, 3 June 2024, 23:21:25 (1717456885), pushed by steve0greatness, Tuesday, 28 January 2025, 07:34:16 (1738049656)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
624503234e2fc805d146566bf01adf9b62e8f394
style.css
@@ -23,7 +23,7 @@
body {
background-color: var(--primary);
color: var(--primary-text);
font-family: "Gully";
font-family: "Gully", sans-serif;
width: min(896px, 100vw);
margin: 0 auto;
padding: 35px;
@@ -32,7 +32,7 @@ body {
}
:root {
font-family: "Gully";
font-family: "Gully", sans-serif;
}
html {
@@ -42,7 +42,7 @@ html {
}
:is(h1, h2, h3, h4, h5, h6) {
font-family: "Willow";
font-family: "Willow", sans-serif;
font-weight: lighter;
}
@@ -86,7 +86,7 @@ code {
background-color: var(--code-bg);
color: var(--code-text);
display: inline-block;
font-family: "RH Mono";
font-family: "RH Mono", monospace;
}
code.preformatted-text {