1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-26 07:46:06 -05:00

clean up <Video /> props

This commit is contained in:
2022-02-16 11:10:09 -05:00
parent 3bc3e1b5a1
commit 3edaa6b0e4
10 changed files with 52 additions and 29 deletions

View File

@@ -2,7 +2,6 @@
.code {
font-size: 0.925em;
color: var(--code-text);
tab-size: 2;
page-break-inside: avoid;
background-color: var(--code-background);
border: 1px solid var(--kinda-light);
@@ -28,6 +27,7 @@
display: block;
overflow-x: auto;
padding: 1em;
tab-size: 2;
}
.copy_btn {
@@ -56,7 +56,7 @@
margin-right: 3em;
}
.highlight > :global(.code-line.line-number::before) {
.highlight > :global(.line-number::before) {
display: inline-block;
width: 1.5em;
margin-right: 1.5em;