mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-03-11 08:54:41 +00:00
Fix emoji list CSS class
This commit is contained in:
parent
49e1975f56
commit
2bc5ddb252
1 changed files with 4 additions and 4 deletions
|
|
@ -167,16 +167,16 @@ Here are a few privacy-focused tools and services that can help you to organize
|
|||
</div>
|
||||
|
||||
<style>
|
||||
.emoji-list-a ul {
|
||||
list-style: emoji-list-a;
|
||||
.emoji-list-b ul {
|
||||
list-style: emoji-list-b;
|
||||
}
|
||||
@counter-style emoji-list-a {
|
||||
@counter-style emoji-list-b {
|
||||
system: fixed;
|
||||
symbols: "🗺️" "📅" "☁️" "📂";
|
||||
suffix: " ";
|
||||
</style>
|
||||
|
||||
<details class="info emoji-list-a" markdown>
|
||||
<details class="info emoji-list-b" markdown>
|
||||
<summary>More Alternatives 📗</summary>
|
||||
|
||||
- **Maps & Navigation:** [Organic Maps](../../maps.md#organic-maps) or [OsmAnd](../../maps.md#osmand)
|
||||
|
|
|
|||
Loading…
Reference in a new issue