This commit is contained in:
2022-05-05 14:33:29 +02:00
parent 18377d080e
commit 5a15cfc817
3 changed files with 11 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ main {
#popup {
width: 300px;
background-color: white;
background-color: var(--left-color);
border-radius: 8px;
padding: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
@@ -183,7 +183,7 @@ main {
#smol-popup {
width: 200px;
background-color: white;
background-color: var(--left-color);
border-radius: 8px;
padding: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);