New design

This commit is contained in:
2025-08-19 21:09:53 +03:00
Unverified
parent 499e9c0ab3
commit f4007bde45
5 changed files with 107 additions and 66 deletions
+3 -2
View File
@@ -3,6 +3,7 @@
@use "common/animations";
@use "common/components";
@use "common/colors" as *;
@use "common/material" as *;
@use "lib/fonts/montserrat";
@use "lib/fonts/material-symbols";
@@ -15,7 +16,7 @@
body {
font-family: 'Montserrat', sans-serif;
background-color: #f8f9fa;
color: $dark;
background-color: $color-dark-surface;
color: $color-dark-on-surface;
line-height: 1.6;
}