summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 26306bd..a3a4364 100644
--- a/style.css
+++ b/style.css
@@ -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