mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Update NSFWtag.css (fix vencord quickcss problem)
This commit is contained in:
parent
67619a28e8
commit
b047628411
1 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
/*note: you must have the redesign icon experiment disabled for this too work*/
|
||||
|
||||
/*---Label---*/
|
||||
[class*=linkTop_]:has(> [class*=iconContainer__] [d^="M18.09 1.63"]) > [class*=children_]::after {
|
||||
/*---'NSFW' Label---*/
|
||||
[class*=linkTop_]:has([class*=iconContainer__] [d^="M18.09 1.63"]) > [class*=children_]::after {
|
||||
content: "NSFW";
|
||||
background: var(--status-danger-background);
|
||||
color: var(--status-danger-text);
|
||||
|
@ -21,7 +21,7 @@
|
|||
margin-left: 4px;
|
||||
}
|
||||
|
||||
/*---Icon Recolor---*/
|
||||
/*---Warning Icon Recolor---*/
|
||||
.icon__67ab4:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
|
||||
fill: var(--text-danger) !important;
|
||||
border: 1px solid rebeccapurple !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue