feat: Apply themes on specific events (#227)

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
madkarmaa
2024-08-13 13:18:56 +02:00
committed by oSumAtrIX
parent f428902773
commit bc8e19e0e7
30 changed files with 2068 additions and 1701 deletions

View File

@@ -92,7 +92,7 @@
align-items: center;
gap: 1rem;
width: 100%;
background-color: var(--grey-six);
background-color: var(--surface-seven);
}
.buttons {
@@ -119,7 +119,7 @@
left: 50%;
transform: translate(-50%, -50%);
border-radius: 26px;
background-color: var(--grey-six);
background-color: var(--surface-seven);
display: flex;
gap: 5%;
white-space: normal;
@@ -170,7 +170,7 @@
}
.fullscreen.scrolled .title {
border-bottom: 1px solid var(--grey-three);
border-bottom: 1px solid var(--border);
}
.slot {