From c2aa9f7dcb749fc7fb60f4479a5f3d3febc5d11d Mon Sep 17 00:00:00 2001 From: snuggs Date: Mon, 3 Feb 2025 03:37:46 -0800 Subject: [PATCH] Update opacity on small --- styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/index.css b/styles/index.css index d7bca560..acd44182 100644 --- a/styles/index.css +++ b/styles/index.css @@ -550,7 +550,7 @@ nav li > a:link::before { content: '▸' } nav li > a:link::after { content: '' } small {} -body > footer small {opacity: 0.;} +body > footer small { opacity: 0.68 } article address, body > footer address, [contentinfo] address { background: Canvas; border-radius: 0.68ch;