Add sparkle emoji and hide the icon consistently on tip admonitions

This commit is contained in:
Djeex
2026-08-30 23:34:09 +02:00
parent 588139bfa7
commit 8caa19b132
50 changed files with 114 additions and 116 deletions
@@ -108,7 +108,7 @@ services:
- SYS_MODULE
```
::tip
::tip{icon=""}
__Tip:__
- You can also specify your own wireguard port with `WG_PORT`
@@ -184,7 +184,7 @@ root
Create the folder `/docker/wireguard/config/wg_confs`:
::tip
::tip{icon=""}
__Tip:__ Use [File Browser](/serveex/files/file-browser) to browse and edit files without terminal
::
@@ -194,7 +194,7 @@ sudo mkdir -p /docker/wireguard/config/wg_confs
Copy the `wg0.conf` file downloaded earlier:
::tip
::tip{icon=""}
__Tip:__ Easiest way is to transfer the file via SFTP to `/home/youruser`, then move it:
```sh