From 3be1859945cb374f4934f0a4c287d23b9998ec07 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Wed, 29 Jan 2025 18:55:25 +0300 Subject: [PATCH] Revert "add blog posts" This reverts commit 42eeff89c672a0bf22cb8ea24c1e274cd9a201ea. --- index.html | 3 --- style.css | 16 ++++++++-------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 1ab37da..e86840b 100644 --- a/index.html +++ b/index.html @@ -466,9 +466,6 @@ -

latest blog posts

- -

this page has a total of 0 bytes of javascript
in my experience (and many others'), setting constraints about the medium like "completely static, no diff --git a/style.css b/style.css index 4bbc10d..605b06c 100644 --- a/style.css +++ b/style.css @@ -31,7 +31,8 @@ :root, code { - font-family: "Hack", "Hack Nerd Font", "JetBrains Mono", "JetBrainsMono Nerd Font", monospace, sans-serif; + font-family: "Hack", "Hack Nerd Font", "JetBrains Mono", "JetBrainsMono Nerd Font", monospace, + sans-serif; } :root { @@ -99,12 +100,6 @@ fieldset { border-color: var(--text); } -fieldset, -iframe { - width: 100%; - box-sizing: border-box; -} - footer { text-align: end; font-size: small; @@ -236,7 +231,12 @@ blockquote { width: 100vw; height: 100vh; background: rgb(154, 65, 40); - background: linear-gradient(215deg, rgba(154, 65, 40, 1) 0%, rgba(116, 36, 94, 1) 50%, rgba(59, 56, 132, 1) 100%); + background: linear-gradient( + 215deg, + rgba(154, 65, 40, 1) 0%, + rgba(116, 36, 94, 1) 50%, + rgba(59, 56, 132, 1) 100% + ); background-repeat: no-repeat; background-attachment: fixed; background-size: 100% 100%;