mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
added padding to styled code blocks
This commit is contained in:
parent
c485e48b64
commit
7e636125c3
3 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue