Update banner text and light theme colors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@mixin theme-variables($theme) {
|
||||
@if $theme =='light' {
|
||||
// Light theme colours.
|
||||
--primary-color: #cd3731;
|
||||
--primary-color: #a91314;
|
||||
}
|
||||
|
||||
@else if $theme =='dark' {
|
||||
|
||||
Reference in New Issue
Block a user