Merge pull request #631 from dermotduffy/misc

Minor style changes to gallery
This commit is contained in:
Dermot Duffy
2022-06-05 18:22:24 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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 {