feat: add background-color to <code> blocks

This commit is contained in:
Marc Deop i Argemí
2023-04-01 09:07:24 +02:00
parent 55e4d03dfe
commit f10805dddb

View File

@@ -35,6 +35,9 @@ table {
border-collapse: collapse;
border-style: solid;
}
code {
background-color:" + Kirigami.Theme.alternateBackgroundColor + ";
}
table th,
table td {
border: 1px solid black;