Skip to content

Commit

Permalink
Fix browser window color on light theme (mastodon#30861)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmstan authored Jun 27, 2024
1 parent bc3737f commit 3225954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/themes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Themes

THEME_COLORS = {
dark: '#191b22',
light: '#f3f5f7',
light: '#ffffff',
}.freeze

def initialize
Expand Down

0 comments on commit 3225954

Please sign in to comment.