1
0
Fork 0

Update styles

This commit is contained in:
Daniel Supernault 2024-04-06 02:27:55 -06:00
parent 81d1e0fdab
commit 94a6e8614a
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 8 additions and 0 deletions

View File

@ -189,6 +189,10 @@ a.text-dark:hover {
.border {
border: 1px solid var(--border-color) !important;
&-right {
border-color: var(--border-color) !important;
}
}
.bg-white,
@ -396,6 +400,10 @@ span.twitter-typeahead .tt-suggestion:focus {
color: var(--dark);
}
.modal-backdrop {
opacity: 0.8;
}
.timeline-status-component {
.username {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;