Be more consistent in choice of background colors

This commit is contained in:
Dermot Duffy
2022-06-26 12:54:39 -07:00
parent 997fc69f0b
commit 95cd79270c
6 changed files with 47 additions and 16 deletions
+3 -1
View File
@@ -29,10 +29,12 @@
align-items: center;
box-sizing: border-box;
text-align: center;
opacity: 0.7;
color: var(--primary-text-color, white);
border: 2px ridge var(--primary-text-color, black);
border-radius: var(--ha-card-border-radius, 4px);
// Folder background color should match the thumbnail element background
// color.
background-color: var(--primary-background-color, black);
padding: 10px;
line-height: 1;