From 6069578b6ec7451cba0051060d4d4d8e40861ece Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 25 May 2023 22:15:06 +0200 Subject: [PATCH] style choices --- Website/style.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Website/style.css b/Website/style.css index 860e05e..bba10d4 100644 --- a/Website/style.css +++ b/Website/style.css @@ -1,5 +1,5 @@ :root{ - --background-color: #eee; + --background-color: #030304; --second-background-color: #fff; --primary-color: #f5a9b8; --secondary-color: #5bcefa; @@ -455,12 +455,11 @@ publication-viewer publication-information publication-add { footer-tag-popup { display: none; - padding: 0 4px; + padding: 2px 4px; position: fixed; bottom: 58px; left: 20px; - border: 3px solid var(--secondary-color); - background-color: var(--accent-color); + background-color: var(--second-background-color); z-index: 8; border-radius: 5px; max-height: 400px; @@ -484,11 +483,11 @@ footer-tag-popup::before{ width: 0; height: 0; position: absolute; - border-right: 20px solid var(--secondary-colorr); - border-left: 20px solid transparent; - border-top: 20px solid var(--secondary-color); - border-bottom: 20px solid transparent; + border-right: 10px solid var(--second-background-color); + border-left: 10px solid transparent; + border-top: 10px solid var(--second-background-color); + border-bottom: 10px solid transparent; left: 0px; - bottom: -41px; + bottom: -17px; border-radius: 0 0 0 5px; } \ No newline at end of file