Improve rendering on light backgrounds.

This commit is contained in:
Dermot Duffy
2022-06-04 11:04:38 -07:00
parent 55970470a4
commit c776758b5e
3 changed files with 12 additions and 3 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
max-height: var(--frigate-card-thumbnail-size-max);
padding: 10px;
border: 1px solid rgba(255,255,255,0.3);
border: 1px solid var(--secondary-color);
background-color: var(--secondary-background-color);
border-radius: var(--ha-card-border-radius, 4px);
box-sizing: border-box;