added padding to styled code blocks

This commit is contained in:
Parker TenBroeck 2026-01-22 20:47:40 -05:00
parent c485e48b64
commit 7e636125c3
3 changed files with 8 additions and 1 deletions

View file

@ -14,7 +14,6 @@ body {
background: var(--bg-0); background: var(--bg-0);
color: var(--fg-1); color: var(--fg-1);
font-size: 16px; font-size: 16px;
line-height: 1.6em; line-height: 1.6em;
letter-spacing: .5px; letter-spacing: .5px;

View file

@ -57,3 +57,10 @@
opacity: 1; opacity: 1;
transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1);
} }
@media (prefers-reduced-motion: reduce) {
.theme-toggle,
.theme-toggle .icon {
transition: none !important;
}
}

View file

@ -28,6 +28,7 @@
background-color: var(--bg-1) !important; background-color: var(--bg-1) !important;
overflow: auto; overflow: auto;
border-radius: 5px; border-radius: 5px;
padding: 5px;
} }
.giallo-l { .giallo-l {