Add changes

This commit is contained in:
Allen
2024-09-15 22:28:22 -05:00
parent 819953ec87
commit d56876a142
7 changed files with 57 additions and 18 deletions

@ -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;
}