From f10805dddb049c0b9f8685bf6dc7bd5bb68b9c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 1 Apr 2023 09:07:24 +0200 Subject: [PATCH] feat: add background-color to blocks --- src/qml/Component/Timeline/RichLabel.qml | 3 +++ 1 file changed, 3 insertions(+) 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;