blog.grace.moe

Source for the blog blog.grace.moe
git clone https://git.grace.moe/blog.grace.moe
Log | Files | Refs

commit 3a900f82aa42e464d2723e272eab50c332d72b0c
parent 3a943ef4ee0e90b2315d57e1153166f976aa72c6
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date:   Fri,  2 May 2025 18:41:41 +0800

Comments

Diffstat:
Mlayouts/templates/base.shtml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml @@ -38,6 +38,8 @@ #content { isolation: isolate; } /* Reset pointer events cause it messes up hitboxes */ + /* [href] is obviously needed for links, the rest are because */ + /* they make the cursor I shaped when hovering over text. */ * { pointer-events: none; } :is( h1, h2, h3, h4, h5, h6, @@ -73,7 +75,7 @@ </style> <style> /* Horizontal spacing management */ - /* Philosophy: everything should be width = 100vw by default, and limited at the last minute */ + /* Philosophy: everything should be width = ~100vw by default, and limited at the last minute */ div, header, footer, section, article, h1, h2, h3, h4, h5, h6, blockquote, aside, details,