diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -201,3 +201,15 @@ a { a:visited { color: var(--purple); } + +a:not(:has(img,div))[target="_blank"]::after { + content: " ⎘"; +} + +a:not(:has(img,div))[href^="https://tv.soaos.dev/w/"]::before { + content: "📺 "; +} + +ul { + list-style-type: "• "; +}
\ No newline at end of file |
