style choices

This commit is contained in:
glax 2023-05-25 22:15:06 +02:00
parent a84b768e24
commit 6069578b6e

View File

@ -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;
}