diff --git a/appcast.xml b/appcast.xml index 180405b..79a8346 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,14 +6,18 @@ en https://github.com/ninxsoft/Mist - Version 0.8 + Version 0.8.1 https://github.com/ninxsoft/Mist - 0.8 + 0.8.1 https://github.com/ninxsoft/Mist/blob/main/CHANGELOG.md - .styled_parent { + .styled_0_8_1 { + list-style: none; + padding: 0; + } + .styled_0_8 { list-style: none; padding: 0; } @@ -23,17 +27,28 @@ margin-top: 15px; margin-bottom: 15px; } - .styled_parent li::before { + .styled_0_8_1 li::before { + content: "✅ "; + } + .styled_0_8 li::before { content: "🆕 "; } - .styled_parent li:nth-child(n + 2)::before { + .styled_0_8 li:nth-child(n + 2)::before { content: "✅ "; } .styled_child li:nth-child(n + 1)::before { content: ""; } -