diff --git a/appcast.xml b/appcast.xml index ca91710..180405b 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,14 +6,14 @@ en https://github.com/ninxsoft/Mist - Version 0.7.1 + Version 0.8 https://github.com/ninxsoft/Mist - 0.7.1 + 0.8 https://github.com/ninxsoft/Mist/blob/main/CHANGELOG.md - .styled { + .styled_parent { list-style: none; padding: 0; } @@ -23,44 +23,38 @@ margin-top: 15px; margin-bottom: 15px; } - .styled_hotfix li::before { - content: "✅ "; - } - .styled_standard li::before { + .styled_parent li::before { content: "🆕 "; } - .styled_standard li:nth-child(n + 9)::before { + .styled_parent li:nth-child(n + 2)::before { content: "✅ "; } + .styled_child li:nth-child(n + 1)::before { + content: ""; + } -

Version 0.7.1

-