mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59: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
|
|
@ -32,13 +32,20 @@ body {
|
|||
--accent_dark: #{$accent_dark};
|
||||
--accent_border: #{$accent_border};
|
||||
|
||||
--play_button_red: #{$play_button_red};
|
||||
--play_button: #{$play_button};
|
||||
--play_button_hover: #{$play_button_hover};
|
||||
|
||||
--more_replies_dots: #{$more_replies_dots};
|
||||
--error_red: #{$error_red};
|
||||
|
||||
--verified_blue: #{$verified_blue};
|
||||
--icon_text: #{$icon_text};
|
||||
|
||||
--tab: #{$fg_color};
|
||||
--tab_selected: #{$accent};
|
||||
|
||||
--profile_stat: #{$fg_color};
|
||||
|
||||
background-color: var(--bg_color);
|
||||
color: var(--fg_color);
|
||||
font-family: $font_0, $font_1, $font_2, $font_3;
|
||||
|
|
|
|||
Loading…
Reference in a new issue