refactor: minor style improvements

This commit is contained in:
Price Hiller 2023-10-19 14:22:38 -05:00
parent 482877c3a4
commit 8cb2ca5186
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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;
}
}