Skip to content

Commit

Permalink
add a slight gradient to the card backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
aFFekopp committed Feb 13, 2020
1 parent c748adc commit 70d3304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/noctis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ noctis:

# Card
card-background-color: 'var(--paper-card-background-color)'
paper-card-background-color: 'rgba(43,55,78,1)'
paper-card-background-color: 'linear-gradient(145deg, #273246, #2e3b53)' #'rgba(43,55,78,1)'
ha-card-box-shadow: "3px 3px 13px -6px rgba(17,35,52,1)"
ha-card-border-radius: "5px"
border-color: 'none'
Expand Down

0 comments on commit 70d3304

Please sign in to comment.