Skip to content

Commit 0dea7fc

Browse files
committed
Fav added
1 parent 0aa8bfd commit 0dea7fc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

assets/gallery.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,10 @@ a:focus {
105105
background-color: rgba(0, 0, 0, 0.7);
106106
color: #fff;
107107
pointer-events: none; /* ensures clicks pass through */
108-
}
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

Comments
 (0)