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
@@ -77,7 +77,7 @@ const menus = [
}
svg > path {
fill: $side-nav-svg;
fill: $accent;
}
}
</style>