2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Fix typo in color scheme

This commit is contained in:
Kris 2018-07-25 15:12:01 -04:00
parent 06663f69f0
commit 3fd2571abc

View file

@ -58,7 +58,7 @@ class ColorScheme < ActiveRecord::Base
},
# By @mikechristopher
'Latte': {
"primary" => 'f2e507',
"primary" => 'f2e5d7',
"secondary" => '262322',
"tertiary" => 'f7f2ed',
"quaternary" => 'd7c9aa',