Tweak light theme to resemble Twitter more

This commit is contained in:
Zed
2019-10-23 13:58:10 +02:00
parent a3ca693dbe
commit 64d2d39424
9 changed files with 50 additions and 29 deletions

View File

@ -68,6 +68,10 @@
margin-left: 4px;
}
.tweet-date a, .username, .show-more a {
color: var(--fg_dark);
}
.tweet-published {
margin: 0;
margin-top: 5px;
@ -89,7 +93,7 @@
}
.replying-to {
color: var(--fg_dark);
color: var(--fg_faded);
margin: -2px 0 4px;
a {