sync theme

This commit is contained in:
Christoph Cullmann 2024-04-14 19:30:41 +02:00
parent 867a3c0c44
commit 48cd01768b
43 changed files with 727 additions and 320 deletions

View file

@ -31,7 +31,7 @@
}
.post-content :not(table) ::-webkit-scrollbar-thumb {
border: 2px solid var(--hljs-bg);
border: 2px solid var(--code-block-bg);
background: rgb(113, 113, 117);
}
@ -60,4 +60,4 @@
width: 19px;
height: 11px;
}
}
}