forked from AkkomaGang/akkoma
Fix a links... Retweet button still broken.
This commit is contained in:
parent
0c68e75b93
commit
dae2949bcc
1 changed files with 4 additions and 1 deletions
|
@ -120,7 +120,7 @@ .navigation-bar__profile-edit span {
|
||||||
|
|
||||||
.compose-form__buttons {
|
.compose-form__buttons {
|
||||||
background-color: #182230;
|
background-color: #182230;
|
||||||
color: #b9b9ba;
|
color: #d8a070;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-icon-button {
|
.text-icon-button {
|
||||||
|
@ -133,4 +133,7 @@ .getting-started__footer {
|
||||||
.notification__message{
|
.notification__message{
|
||||||
background-color: #121a24;
|
background-color: #121a24;
|
||||||
|
|
||||||
|
}
|
||||||
|
a.status-link{
|
||||||
|
color: #d8a070;
|
||||||
}
|
}
|
Loading…
Reference in a new issue