diff --git a/wled00/data/index.css b/wled00/data/index.css index 617f971b..deb0cc64 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -665,6 +665,12 @@ button { color: #f00; } +#heartMM { + transition: color 0.9s; + font-size: 16px; + color: #0f0; +} + img { max-width: 100%; max-height: 100%; diff --git a/wled00/data/index.htm b/wled00/data/index.htm index e0c9ca54..57fca4cf 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -389,7 +389,7 @@
WLED made with ❤︎ by Aircoookie and the WLED community
- WLED MM made with ❤︎ by Softhack007 & Ewowi and the WLED 2D & Audio Dev community + WLED MM made with ❤︎ by Softhack007 & Ewowi and the WLED 2D & Audio Dev community
- + diff --git a/wled00/data/simple.css b/wled00/data/simple.css index 87eecee7..b7b9a30d 100644 --- a/wled00/data/simple.css +++ b/wled00/data/simple.css @@ -361,6 +361,12 @@ button:hover { color: #f00; } +#heartMM { + transition: color 0.9s; + font-size: 16px; + color: #0f0; +} + img { max-width: 100%; max-height: 100%; diff --git a/wled00/data/simple.htm b/wled00/data/simple.htm index 955bd65d..599ee110 100644 --- a/wled00/data/simple.htm +++ b/wled00/data/simple.htm @@ -246,6 +246,7 @@ Made with ❤︎ by Aircoookie and the WLED community + WLED MM made with ❤︎ by Softhack007 & Ewowi and the WLED 2D & Audio Dev community