Move style overrides to the proper place
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 1m23s

This commit is contained in:
Marko Korhonen 2024-03-01 13:39:06 +02:00
parent 7c05b0211c
commit 3f960d1fe1
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 6 additions and 10 deletions

View file

@ -0,0 +1,6 @@
// My customizations for code blocks
pre:has(code) {
margin-bottom: 1rem !important;
padding: 1rem;
border-radius: 10px;
}

View file

@ -1,13 +1,3 @@
/* My customizations for code blocks */
pre:has(code) {
margin-bottom: 1rem !important;
padding: 1rem;
border-radius: 10px;
}
/* End */
.highlight table td {
padding: 5px;
}