1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Re-orged readme and added a11y info

- Also tweaked default theme color a tad to better fit in Level A
standard.
This commit is contained in:
Dan Brown
2019-08-25 16:19:56 +01:00
parent cf5d51e7b8
commit 9fbef8cd1b
5 changed files with 31 additions and 34 deletions

View File

@@ -10,7 +10,7 @@ class SettingAppColorPicker {
this.colorInput.addEventListener('change', this.updateColor.bind(this));
this.colorInput.addEventListener('input', this.updateColor.bind(this));
this.resetButton.addEventListener('click', event => {
this.colorInput.value = '#1d75b6';
this.colorInput.value = '#206ea7';
this.updateColor();
});
}