mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
New Snippet *(First Draft)*
This commit is contained in:
parent
2a446f9868
commit
c3cc78b8ef
1 changed files with 22 additions and 0 deletions
22
OtherStuff/RecolorAddFriendsTab.css
Normal file
22
OtherStuff/RecolorAddFriendsTab.css
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
/**
|
||||||
|
* @name RecolorAddFriendsTab
|
||||||
|
* @author krystalskullofficial
|
||||||
|
* @version 2.0
|
||||||
|
* @description Recolors the Add Friends Tab on discord *(because being able to add people isnt that important)*
|
||||||
|
*/
|
||||||
|
[data-tab-id=ADD_FRIEND]{
|
||||||
|
background-color: var(--background-color) !important;
|
||||||
|
color: var(--interactive-normal) !important;
|
||||||
|
}
|
||||||
|
[data-tab-id=ADD_FRIEND]:hover{
|
||||||
|
background-color: var(--background-modifier-hover) !important;
|
||||||
|
color: var(--interactive-hover) !important;
|
||||||
|
}
|
||||||
|
[data-tab-id=ADD_FRIEND][aria-selected=true]{
|
||||||
|
background-color: var(--background-modifier-selected) !important;
|
||||||
|
color: var(--interactive-active) !important;
|
||||||
|
}
|
||||||
|
[data-tab-id=ADD_FRIEND][aria-selected=true]:hover{
|
||||||
|
background-color: var(--background-modifier-hover) !important;
|
||||||
|
color: var(--interactive-active) !important;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue