We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa8bfd commit 0dea7fcCopy full SHA for 0dea7fc
1 file changed
assets/gallery.css
@@ -105,4 +105,10 @@ a:focus {
105
background-color: rgba(0, 0, 0, 0.7);
106
color: #fff;
107
pointer-events: none; /* ensures clicks pass through */
108
-}
+}
109
+
110
+/* Optional: category-specific colors */
111
+.tag.tv { background-color: #ffd54f; color: #000; } /* TV shows */
112
+.tag.movie { background-color: #ffd54f; color: #000; } /* Movies */
113
+.tag.book { background-color: #81d4fa; color: #000; } /* Books */
114
+.tag.game { background-color: #ef9a9a; color: #000; } /* Games */
0 commit comments