Slighty darker sidebar background
authorAlexander Ebert <ebert@woltlab.com>
Wed, 21 Sep 2016 14:53:02 +0000 (16:53 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 21 Sep 2016 14:53:08 +0000 (16:53 +0200)
The previous value had a quite low contrast compared to the background
color, causing it to blend in on badly calibrated displays.

wcfsetup/setup/db/install.sql

index fbee554a6506073745ecca6bb69395fcadc91a22..b79785428063521db20f59ef23471f918a3e034d 100644 (file)
@@ -2105,7 +2105,7 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigat
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationLink', 'rgba(44, 62, 80, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationLinkActive', 'rgba(44, 62, 80, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationText', 'rgba(170, 170, 170, 1)');
-INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarBackground', 'rgba(241, 245, 250, 1)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarBackground', 'rgb(236, 241, 247)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarDimmedLink', 'rgba(44, 62, 80, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarDimmedLinkActive', 'rgba(44, 62, 80, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarDimmedText', 'rgba(127, 140, 141, 1)');