Update banner text and light theme colors

This commit is contained in:
2025-09-14 18:11:18 +02:00
parent c9e030ab79
commit 032f3c0fe7
3 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
@mixin theme-variables($theme) {
@if $theme =='light' {
// Light theme colours.
--primary-color: #cd3731;
--primary-color: #a91314;
}
@else if $theme =='dark' {