fix: theme
This commit is contained in:
parent
fd3496b5b4
commit
859ff5385b
@ -1,5 +1,5 @@
|
||||
@import 'mastodon-light/variables';
|
||||
@import 'mastodon-light/diff';
|
||||
@import 'application';
|
||||
@import 'bird-ui/layout-single-column.scss';
|
||||
@import 'bird-ui/layout-multiple-columns.scss';
|
||||
@import 'mastodon-light/diff';
|
||||
|
@ -71,9 +71,6 @@
|
||||
/* In the original UI this color is lighten($ui-base-color, 12%) */
|
||||
--color-outer-space: #42485a;
|
||||
|
||||
/* In the original UI this color is lighten($ui-base-color, 12%) */
|
||||
--color-outer-space: #42485a;
|
||||
|
||||
/* Font related */
|
||||
--font-size: 15px;
|
||||
--font-size-smaller: 13px;
|
||||
|
@ -57,7 +57,9 @@
|
||||
--color-dark: var(--color-brand-mastodon-dark);
|
||||
--color-thread-line: var(--color-brand-mastodon-threaded-line);
|
||||
--color-topaz: #dadaf3;
|
||||
|
||||
--color-light-purple: #9baec8;
|
||||
|
||||
--color-lighter-purple: #a5b8d3;
|
||||
--color-dark-electric-blue: #576078;
|
||||
--color-button-text: #f7f9f9;
|
||||
|
@ -38,7 +38,7 @@
|
||||
--color-accent: #81c5cf;
|
||||
--color-accent-dark: #27a4b8;
|
||||
--color-accent-dark-50: #27a4b880;
|
||||
|
||||
|
||||
--color-green: #00ba7c;
|
||||
--color-red: #f91880;
|
||||
--color-red-75: #f91880bf;
|
||||
@ -241,7 +241,7 @@ body.theme-default.layout-multiple-columns {
|
||||
|
||||
--color-profile-button-hover: #f1eff41a;
|
||||
--color-column-link-hover: #f7f7f91a;
|
||||
|
||||
|
||||
--color-modal-overlay: #6a5b8366;
|
||||
--color-dark: #f7f9f9;
|
||||
--color-thread-line: #e1e8ed;
|
||||
@ -1144,7 +1144,7 @@ body.embed .status__content a,
|
||||
color: var(--color-fg);
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
|
||||
/* Dim backgrounds */
|
||||
.layout-multiple-columns .poll__chart {
|
||||
background-color: var(--color-dim);
|
||||
@ -4848,4 +4848,3 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
{
|
||||
border-radius: unset;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user