diff options
| author | soaos <soaos@soaos.dev> | 2025-10-02 14:47:39 -0400 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-10-02 14:47:39 -0400 |
| commit | 4668221cfe67e32e892cd9a157a43edd426d5b65 (patch) | |
| tree | 5b018df636e95f1c8e69081ce2f6ee8f2d21ac33 /style.css | |
| parent | d0771c83024be1bfac81753eb6f4db817cff93db (diff) | |
Mostly finished the GP text renderer post, need to finish on desktop
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 |
