replace less variables

This commit is contained in:
2026-03-09 16:39:41 +01:00
parent 3fb2e8b341
commit 0b831e45d5
9 changed files with 22 additions and 48 deletions
+4 -11
View File
@@ -1,12 +1,9 @@
@primary-color: #4286f4;
@navigation-background: #fffffff1;
@transition: all 300ms ease-in-out;
:root {
--color-primary: #4286f4;
--color-primary-light: #639af3;
--primary-color: #4286f4;
--navigation-background: #fffffff1;
--transition: all 300ms ease-in-out;
}
html {
@@ -20,9 +17,7 @@ body {
font-size: 14px;
color: #333;
background-image: url("/assets/background.jpg");
background-size: cover;
background-position: center;
background: linear-gradient(39deg, #292e49, #536976, #bbd2c5);
overflow: auto;
}
@@ -45,8 +40,6 @@ a {
}
.content > *:not(router-outlet) {
display: flex;
justify-content: center;