This commit is contained in:
HolgerHatGarKeineNode
2023-03-29 15:25:35 +02:00
parent 96f90b5359
commit 42e2f9eacb
4 changed files with 47 additions and 17 deletions

View File

@@ -1,4 +1,29 @@
<style>
.shiki .highlight {
background-color: hsl(197, 88%, 94%);
padding: 3px 0;
}
.shiki .add {
background-color: hsl(136, 100%, 96%);
padding: 3px 0;
}
.shiki .del {
background-color: hsl(354, 100%, 96%);
padding: 3px 0;
}
.shiki.focus .line:not(.focus) {
transition: all 250ms;
filter: blur(2px);
}
.shiki.focus:hover .line {
transition: all 250ms;
filter: blur(0);
}
.comments {
--comments-color-background: rgb(34, 34, 34);
--comments-color-background: rgb(34, 34, 34);