Skip to content

Commit

Permalink
Add styles for filter marks
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Jan 22, 2024
1 parent 75390cd commit 578e728
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/module/FilterMarks/filterMarks.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@nsfw: #f0ad4e;
@nsfl: #d9534f;
@nsfp: #004085;
@pol: #69ccca;

.item-details {
.badge {
Expand All @@ -25,6 +26,10 @@
&.nsfp {
background-color: @nsfp;
}

&.pol {
background-color: @pol;
}
}
}

Expand Down

0 comments on commit 578e728

Please sign in to comment.