mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update styles
This commit is contained in:
parent
81d1e0fdab
commit
94a6e8614a
1 changed files with 8 additions and 0 deletions
8
resources/assets/sass/spa.scss
vendored
8
resources/assets/sass/spa.scss
vendored
|
@ -189,6 +189,10 @@ a.text-dark:hover {
|
||||||
|
|
||||||
.border {
|
.border {
|
||||||
border: 1px solid var(--border-color) !important;
|
border: 1px solid var(--border-color) !important;
|
||||||
|
|
||||||
|
&-right {
|
||||||
|
border-color: var(--border-color) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-white,
|
.bg-white,
|
||||||
|
@ -396,6 +400,10 @@ span.twitter-typeahead .tt-suggestion:focus {
|
||||||
color: var(--dark);
|
color: var(--dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-backdrop {
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
.timeline-status-component {
|
.timeline-status-component {
|
||||||
.username {
|
.username {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||||||
|
|
Loading…
Reference in a new issue