From baee86f81fe7d75abd96b44895737d1e1842c076 Mon Sep 17 00:00:00 2001
From: Matthias Konitzny <konitzny@ibr.cs.tu-bs.de>
Date: Wed, 27 Jul 2022 17:16:11 +0200
Subject: [PATCH] Improved visibility of the toolbar

---
 src/display/display.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/display/display.css b/src/display/display.css
index c147a87..a06f052 100644
--- a/src/display/display.css
+++ b/src/display/display.css
@@ -23,7 +23,7 @@
     top: 0;
     position: absolute;
     gap: 10px;
-    background-color: rgba(100, 100, 100, 0.2);
+    background-color: rgba(150, 150, 150, 0.35);
     border-bottom-right-radius: 20px;
 }
 
@@ -33,4 +33,5 @@
     font-size: 30px;
     transform: rotate(-45deg);
     margin-top: -13px;
+    color: lightgray;
 }
\ No newline at end of file
-- 
GitLab