mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
discord rehash (formatting is fucked up and ill fix that later, also left in the older version for now because i cant test on stable rn)
This commit is contained in:
parent
e999df74fd
commit
be7338aac0
5 changed files with 41 additions and 7 deletions
|
@ -12,6 +12,11 @@
|
|||
}
|
||||
|
||||
/*--- Chat Icon Recolor ---*/
|
||||
.icon_fc4f04 path[d^="M18.5 23c.88"] {
|
||||
fill: var(--green-360) !important;
|
||||
}
|
||||
|
||||
/*--- Chat (older) Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M18.5 23c.88"] {
|
||||
fill: var(--green-360) !important;
|
||||
}
|
|
@ -10,7 +10,13 @@
|
|||
color: var(--green-360) !important;
|
||||
border: 1px solid rebeccapurple !important;
|
||||
}
|
||||
|
||||
/*--- Channel&Roles Chat Icon Recolor ---*/
|
||||
.icon_fc4f04 path[d^="M18.5 23c.88"] {
|
||||
fill: var(--green-360) !important;
|
||||
}
|
||||
|
||||
/*--- Channels&Roles Chat (older) Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M18.5 23c.88"] {
|
||||
fill: var(--green-360) !important;
|
||||
}
|
||||
|
@ -23,10 +29,14 @@
|
|||
border: 1px solid rebeccapurple !important;
|
||||
}
|
||||
/*--- 'NSFW' Chat Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M18.09 1.63"] {
|
||||
.icon_fc4f04 path[d^="M18.09 1.63"] {
|
||||
fill: var(--status-danger-background) !important;
|
||||
}
|
||||
|
||||
/*--- 'NSFW' Chat (older) Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M18.09 1.63"] {
|
||||
fill: var(--status-danger-background) !important;
|
||||
}
|
||||
/*-------------------------------------------*/
|
||||
|
||||
/*---Lock Icon Channel List Recolor---*/
|
||||
|
@ -41,6 +51,11 @@
|
|||
}
|
||||
|
||||
/*--- Chat Lock Icon Recolor ---*/
|
||||
.icon_fc4f04 path[d^="M16 4h.5v"] {
|
||||
fill: var(--yellow-200) !important;
|
||||
}
|
||||
|
||||
/*--- Chat (older) Lock Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M16 4h.5v"] {
|
||||
fill: var(--yellow-200) !important;
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
* @description recolors the icon for 'NFSW' channels so they are easier to see/notice
|
||||
*/
|
||||
|
||||
|
||||
/*---'NSFW' Channel List Icon Recolor---*/
|
||||
.icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
|
||||
fill: var(--status-danger-background) !important;
|
||||
|
@ -13,6 +12,11 @@
|
|||
}
|
||||
|
||||
/*--- Chat Icon Recolor ---*/
|
||||
.icon_fc4f04 path[d^="M18.09 1.63"] {
|
||||
fill: var(--status-danger-background) !important;
|
||||
}
|
||||
|
||||
/*--- Chat (older) Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M18.09 1.63"] {
|
||||
fill: var(--status-danger-background) !important;
|
||||
}
|
|
@ -44,6 +44,11 @@
|
|||
}
|
||||
|
||||
/*--- Chat Icon Recolor ---*/
|
||||
.icon_fc4f04 path[d^="M18.09 1.63"] {
|
||||
fill: var(--status-danger-background) !important;
|
||||
}
|
||||
|
||||
/*--- Chat (older) Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M18.09 1.63"] {
|
||||
fill: var(--status-danger-background) !important;
|
||||
}
|
|
@ -17,6 +17,11 @@
|
|||
}
|
||||
|
||||
/*--- Chat Lock Icon Recolor ---*/
|
||||
.icon_fc4f04 path[d^="M16 4h.5v"] {
|
||||
fill: var(--yellow-200) !important;
|
||||
}
|
||||
|
||||
/*--- Chat (older) Lock Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M16 4h.5v"] {
|
||||
fill: var(--yellow-200) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue