Introduce item-list CSS, move item colors to variables

This commit is contained in:
2020-07-09 22:41:11 +02:00
parent a96cca879d
commit fb267813fb
9 changed files with 47 additions and 36 deletions
+4
View File
@@ -8,3 +8,7 @@ $red: #fb6868;
$primary-color: $blue;
$body-text-color: #fff;
$item-background-color: rgba(255,255,255,0.1);
$item-highlighted-background-color: rgba(255,255,255,0.2);
$item-border-color: rgba(255,255,255,0.2);