Skip to content

Commit

Permalink
Use CSS var instead of hard-coded color
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Apr 5, 2023
1 parent 91d1c1b commit ad2ff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.ui/web/src/css/app.styl
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ html
user-drag none

.failure-toast
background-color #e64a19 !important
background-color var(--f7-theme-color) !important
font-size 22px !important
--f7-toast-text-color white
--f7-button-text-color white
Expand Down

0 comments on commit ad2ff48

Please sign in to comment.