From 871d1a763990d05fee3fd6176a7f477d53c72f83 Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 10 Jan 2023 18:30:40 +0100 Subject: [PATCH] neues theme: add blueprints.yaml --- themes/quark-open-publishing/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/quark-open-publishing/css/custom.css b/themes/quark-open-publishing/css/custom.css index a19e866f..666a115a 100644 --- a/themes/quark-open-publishing/css/custom.css +++ b/themes/quark-open-publishing/css/custom.css @@ -2,10 +2,10 @@ list-style: none; padding-left: 0; margin-left: 0; - background-color: #ffd0d0; + border-radius: 2px; } .sidebar-content > .red { - border-radius: 2px; + background-color: #ffd0d0; }