forked from AkkomaGang/akkoma
mastofe: remove excess accent colours; fix the always-starred bug
This commit is contained in:
parent
fbe9aa3506
commit
ed22105e72
1 changed files with 5 additions and 21 deletions
|
@ -24,12 +24,8 @@ .column-header__button.active {
|
||||||
.notification {
|
.notification {
|
||||||
background-color: #121a24;
|
background-color: #121a24;
|
||||||
}
|
}
|
||||||
.display-name__html,
|
.reply-indicator__display-name .display-name__html,
|
||||||
.display-name__account {
|
.reply-indicator__display-name .display-name__account {
|
||||||
color: #d8a070;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status__relative-time {
|
|
||||||
color: #d8a070;
|
color: #d8a070;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,14 +41,6 @@ .status-link {
|
||||||
color: #d8a070;
|
color: #d8a070;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa {
|
|
||||||
color: #d8a070;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-button {
|
|
||||||
color: #d8a070 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status__content.status__content--with-action {
|
.status__content.status__content--with-action {
|
||||||
color: #b9b9ba;
|
color: #b9b9ba;
|
||||||
}
|
}
|
||||||
|
@ -129,10 +117,6 @@ .compose-form__buttons {
|
||||||
color: #d8a070;
|
color: #d8a070;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-icon-button {
|
|
||||||
color: #d8a070;
|
|
||||||
}
|
|
||||||
|
|
||||||
.getting-started__footer {
|
.getting-started__footer {
|
||||||
background-color: #121a24;
|
background-color: #121a24;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue