diff --git a/src/qml/Component/Timeline/RichLabel.qml b/src/qml/Component/Timeline/RichLabel.qml index 35283b942..db19f9702 100644 --- a/src/qml/Component/Timeline/RichLabel.qml +++ b/src/qml/Component/Timeline/RichLabel.qml @@ -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;