This commit is contained in:
Aevann1 2022-01-02 22:38:53 +02:00
parent d09d7a0c64
commit 422e239c13
7 changed files with 11 additions and 6 deletions

View file

@ -276,4 +276,9 @@ blockquote {
opacity: 1;
background-color: var(--black1) !important;
border: var(--blue) solid 0.1px;
}
/*assorted patches I don't feel like categorizing*/
#followers-table td {
color: var(--black3);
}