mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Colour changes to make contrast 0 errors at WCAG2AA
This commit is contained in:
@@ -132,9 +132,9 @@ $(document).ready(function(){
|
||||
|
||||
function getData() {
|
||||
return [
|
||||
{ color: 'rgb(231, 76, 60)', label: 'Errors', data: data.error },
|
||||
{ color: 'rgb(243, 156, 18)', label: 'Warnings', data: data.warning },
|
||||
{ color: 'rgb(52, 152, 219)', label: 'Notices', data: data.notice }
|
||||
{ color: 'rgb(216, 61, 45)', label: 'Errors', data: data.error },
|
||||
{ color: 'rgb(168, 103, 0)', label: 'Warnings', data: data.warning },
|
||||
{ color: 'rgb(23, 123, 190)', label: 'Notices', data: data.notice }
|
||||
];
|
||||
}
|
||||
|
||||
|
2
public/js/site.min.js
vendored
2
public/js/site.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user