diff --git a/wled00/data/index.css b/wled00/data/index.css index 617f971bd0..deb0cc64e7 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 e0c9ca547c..57fca4cf8e 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 87eecee736..b7b9a30d12 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 955bd65d81..599ee1102c 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