check if album colors have contrast

- remove albumid field from album class
- set accent color to $red
This commit is contained in:
geoffrey45
2022-06-30 17:35:46 +03:00
committed by Mungai Geoffrey
parent a23b6200eb
commit 5acb8cb84d
9 changed files with 42 additions and 38 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ $teal: rgb(64, 200, 224);
$primary: $gray4;
$accent: $darkblue;
$accent: $red;
$secondary: $gray5;
$cta: $blue;
$danger: $red;