Add files via upload

This commit is contained in:
Vozer
2022-06-08 14:01:23 -05:00
committed by GitHub
parent 122f25a9d4
commit cf2748713d
9 changed files with 66 additions and 18 deletions
+2 -2
View File
@@ -40,9 +40,9 @@
border: 1px solid rgb(78, 78, 81);
border-radius: 15px;
background: rgba(39, 38, 41, 0.276);
color: rgba(26, 127, 251, 0.612);
color: var(--accent-selected);
}
.circleIconButton-1VxDrg:hover {
background: rgba(99, 81, 199, 0.276);
color: rgba(255, 255, 255, 0.612);
color: var(--accent-selected);
}