change theme a bit

This commit is contained in:
2025-12-27 12:47:24 +01:00
parent a709eff380
commit 07c9b1c0af
2 changed files with 26 additions and 8 deletions
+5 -5
View File
@@ -285,7 +285,7 @@ button {
}
[popover]::backdrop {
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(49, 49, 49, 0.5);
backdrop-filter: blur(2px);
}
@@ -314,13 +314,13 @@ button {
.window {
border: 2px solid #d0d0d0;
border-radius: 0.5rem;
flex-direction: column;
position: relative;
overflow-y: hidden;
padding-top: 1.5rem;
min-width: 10rem;
background-color: #232222;
background-color: rgba(17, 17, 17, 0.95);
backdrop-filter: blur(4px);
color: #f3f3f3;
container-type: normal;
&::before {
@@ -328,7 +328,7 @@ button {
position: absolute;
top: 0;
left: 0;
height: 1.5rem;
height: 1.75rem;
width: 100%;
border-bottom: #d0d0d0 solid 2px;
display: flex;
@@ -351,6 +351,6 @@ button {
top: 0;
right: 0;
font-size: 0.75rem;
height: 1.5rem;
height: 1.6rem;
}
}