mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Tweak light theme to resemble Twitter more
This commit is contained in:
parent
a3ca693dbe
commit
64d2d39424
9 changed files with 50 additions and 29 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue