Add changes
This commit is contained in:
@ -288,4 +288,18 @@ body::-webkit-scrollbar {
|
||||
border-color: white;
|
||||
background-color: var(--light-purple);
|
||||
color: white;
|
||||
}
|
||||
|
||||
#roles a {
|
||||
color: var(--light-purple);
|
||||
}
|
||||
|
||||
.card a {
|
||||
color: var(--light-purple);
|
||||
}
|
||||
|
||||
.white_filter {
|
||||
-webkit-filter: brightness(0) invert(1);
|
||||
filter: brightness(0) invert(1);
|
||||
transition: filter 0.3s ease;
|
||||
}
|
Reference in New Issue
Block a user