body { --bg_color: #000; --fg_color: #EEE; --fg_faded: #EEEEEED4; --fg_dark: var(--accent); --fg_nav: var(--accent); --bg_panel: #0C0C0C; --bg_elements: #000000; --bg_overlays: var(--bg_panel); --bg_hover: #0F0F0F; --grey: #939393; --dark_grey: #404040; --darker_grey: #1F1F1F; --darkest_grey: #151515; --border_grey: #1c1c1c; --accent: #FF6C60; --accent_light: #FFACA0; --accent_dark: #707070; --accent_border: #FF6C6060; --play_button: var(--accent); --play_button_hover: var(--accent_light); --more_replies_dots: #808080; --error_red: #420A05; --verified_blue: #1DA1F2; --icon_text: var(--fg_color); --tab: var(--fg_color); --tab_selected: var(--accent); --profile_stat: var(--fg_color); }