wip darkmode

This commit is contained in:
Ahmed Bouhuolia
2025-08-04 12:25:27 +02:00
parent 456a9e1ad9
commit d9a716a46f
170 changed files with 2006 additions and 1018 deletions

View File

@@ -3,7 +3,6 @@
// Preferences topbar.
// -----------------------------
.preferences-topbar {
border-bottom: 1px solid #d2dde2;
min-height: 60px;
flex: 60px 0 0;
padding: 0 0 0 22px;
@@ -11,14 +10,15 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #fff;
background-color: var(--color-preferences-topbar-background);
border-bottom: 1px solid var(--color-preferences-topbar-border);
&__title {
h2 {
font-size: 22px;
font-weight: 400;
margin: 0;
color: #48485b;
color: var(--color-preferences-topbar-title);
}
}