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 +}