feat: add red coloring for page-2
Some checks failed
Build / build (push) Successful in 4m15s
Build / deploy-stage (push) Successful in 2m59s
Build / switch-stage (push) Has been cancelled

This commit is contained in:
2025-04-22 22:44:38 +02:00
parent e0fef8a7f8
commit 9b781d50f6

View File

@@ -5,6 +5,11 @@
--color-dark-grey: #00000026;
}
.page-2 {
--color-primary: #B80F0A;
--color-primary-dark: #880B07;
}
body {
line-height: 1.5;
}