get rid of non-themed colors

pull/85/head
Dario Piotrowicz 2023-01-11 17:30:59 +00:00
rodzic cf32cf7d8b
commit 6f47da7b70
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -8,10 +8,10 @@
color: var(--wildebeest-vibrant-color-400);
}
a.mention {
color: #dbeafe;
color: var(--wildebeest-vibrant-color-200);
}
a.hashtag {
color: #dbeafe;
color: var(--wildebeest-vibrant-color-200);
}
p {
@ -39,6 +39,6 @@
}
.status-link {
color: #dbeafe;
color: var(--wildebeest-vibrant-color-200);
text-decoration: none;
}