mirror of https://github.com/tootsuite/mastodon
Fix browser window color on light theme (#30861)
parent
bc3737f0c3
commit
3225954865
|
@ -8,7 +8,7 @@ class Themes
|
|||
|
||||
THEME_COLORS = {
|
||||
dark: '#191b22',
|
||||
light: '#f3f5f7',
|
||||
light: '#ffffff',
|
||||
}.freeze
|
||||
|
||||
def initialize
|
||||
|
|
Loading…
Reference in New Issue