From 8cb2ca5186c20c3094645bb888c881da7c975f0b Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 19 Oct 2023 14:22:38 -0500 Subject: [PATCH] refactor: minor style improvements --- assets/style/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/style/style.css b/assets/style/style.css index 2a72af8..03b47a4 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -189,7 +189,10 @@ img { max-width: min(95vw, 125%); margin-left: 50%; transform: translateX(-50%); - border-radius: 6px; + border-radius: 4px; + outline-width: 1px; + outline-style: solid; + outline-color: var(--sumiInk2); } .anchor { @@ -318,7 +321,7 @@ dl { } li { - margin: 10px 0; + margin-top: 2px; } .page-info { @@ -353,4 +356,4 @@ hr { border-top: var(--fujiGray) thin solid; color: var(--springViolet2); font-size: 0.75rem; -} \ No newline at end of file +}