From 6eee29b8500c12cf1b0f3d6ad45db8a9fb97a3b1 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Tue, 12 Dec 2023 13:00:17 +0100
Subject: [PATCH] update replace highligter

---
 public_html/deployment/main.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css
index e01d3b8c..a9620382 100644
--- a/public_html/deployment/main.css
+++ b/public_html/deployment/main.css
@@ -622,7 +622,7 @@ input[type="checkbox"]:checked+label {
 /* ----- visualized process ----- */
 .visualprocess {
     float: left;
-    margin-top: 1em;
+    margin: 2em 0 1em;
 }
 
 .visualprocess .process {
@@ -656,7 +656,7 @@ input[type="checkbox"]:checked+label {
 
 /* ----- replacemets with templates ----- */
 span.replace {
-    background: #fea;
+    background: #fc8;
     font-weight: bold;
 }
 
-- 
GitLab