This commit is contained in:
zkat 2021-01-10 18:32:45 +00:00
parent 2f717b8142
commit 7ea14dd182
1 changed files with 8 additions and 2 deletions

View File

@ -765,11 +765,11 @@ video {
}
.kdl-section code::before {
content: "`";
content: none;
}
.kdl-section code::after {
content: "`";
content: none;
}
.kdl-section a code {
@ -1216,6 +1216,12 @@ video {
padding-bottom: 2.5rem;
}
code {
background-color: #efefef;
padding: 0.1em 0.5em;
border-radius: 4px;
}
@media (min-width: 640px) {
}