diff --git a/appcast.xml b/appcast.xml index fe5f63c..b5bb42f 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,51 +6,83 @@ en https://github.com/ninxsoft/Mist - Version 0.5 + Version 0.6 https://github.com/ninxsoft/Mist - 0.5 + 0.6 + https://github.com/ninxsoft/Mist/blob/main/CHANGELOG.md - ul li { + .styled { + list-style: none; + padding: 0; + } + .styled li { + padding-left: 1rem; + text-indent: -0.75rem; + margin-top: 15px; margin-bottom: 15px; } - .tag { - float: left; - width: 36px; - padding: 5px; - border-radius: 5px; - font-weight: medium; - color: white; - margin-right: 5px; - text-align: center; + .styled li::before { + content: "🆕 "; } - .tag-new { - background: #007bff; + .styled li:nth-child(n + 5)::before { + content: "✅ "; } - .tag-fixed { - background: #ff9501; - } - .description { - overflow: hidden; + .styled li ul li:nth-child(n)::before { + content: ""; } -