From 2926d0314bb367356bc48e7754bacf24df626654 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 5 Jan 2024 20:59:25 -0800 Subject: fix(css): tweaks --- src/app.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/app.css b/src/app.css index f44c96d3..32c6ea56 100644 --- a/src/app.css +++ b/src/app.css @@ -9,6 +9,7 @@ body { line-height: 1.5; font-weight: 500; /* text-shadow: 0 0 0.25em var(--base01); */ + padding: 1.25rem; } #wrapped { @@ -212,6 +213,7 @@ code { .card-small { padding: 0.5rem; + opacity: 80%; } .card-clear { @@ -295,3 +297,7 @@ html { a:hover { text-decoration: none !important; } + +a:focus { + outline: none; +} -- cgit v1.2.3