diff --git a/src/scss/gallery.scss b/src/scss/gallery.scss index 09c63520..8ab042b1 100644 --- a/src/scss/gallery.scss +++ b/src/scss/gallery.scss @@ -32,7 +32,7 @@ ha-card { opacity: 0.7; color: var(--primary-text-color, white); border: 2px ridge var(--primary-text-color, black); - border-radius: 5px; + border-radius: var(--ha-card-border-radius, 4px); background-color: var(--primary-background-color, black); padding: 10px; line-height: 1; diff --git a/src/scss/thumbnail.scss b/src/scss/thumbnail.scss index 35a443a8..9e57ee21 100644 --- a/src/scss/thumbnail.scss +++ b/src/scss/thumbnail.scss @@ -25,11 +25,11 @@ ha-icon { position: absolute; border-radius: 50%; + opacity: 0.8; } ha-icon.favorite { color: gold; - opacity: 0.8; } ha-icon.timeline {