mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix browser window color on light theme (#30861)
This commit is contained in:
parent
bc3737f0c3
commit
3225954865
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Themes
|
|||
|
||||
THEME_COLORS = {
|
||||
dark: '#191b22',
|
||||
light: '#f3f5f7',
|
||||
light: '#ffffff',
|
||||
}.freeze
|
||||
|
||||
def initialize
|
||||
|
|
Loading…
Reference in a new issue