From 6fa306cf468d61dbf59ba1df14274870e9393e9b Mon Sep 17 00:00:00 2001 From: Ella Dunbar Date: Tue, 28 Oct 2025 09:12:00 -0500 Subject: [PATCH] Add Dead Orbit CSS --- full/style.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/full/style.css b/full/style.css index f672a1a..75ea43d 100644 --- a/full/style.css +++ b/full/style.css @@ -76,6 +76,7 @@ h6 { /* https://smolweb.org/subset.html */ /* structural */ body { + background: #383838; margin: 0 auto; max-width: max(768px, 100ch); } @@ -87,12 +88,17 @@ html { /* semantic */ -header strong { - margin: 0.5rem; - font-size: 1.6rem; +header { + background: #afafaf; + + strong { + margin: 0.5rem; + font-size: 1.6rem; + } } footer { + background: #afafaf; font-size: 0.9rem; p { @@ -101,7 +107,8 @@ footer { } main { - margin: 1rem; + background: #cccccc; + padding: 1rem; } nav {