MDL-50869 themes: Quiz feedback colours are not accessible.

This commit is contained in:
Gareth J Barnard 2015-07-23 17:06:21 +01:00
parent 6d392b3027
commit 267c636702
2 changed files with 5 additions and 2 deletions

View file

@ -8,6 +8,9 @@
// Create missing variables.
@wellBorder: darken(@wellBackground, 7%);
// Update warning text colour for accessibility.
@warningText: #8a6d3b;
// Headings.
h1 { font-size: round(@baseFontSize * 2.30); } // ~32px
h2 { font-size: round(@baseFontSize * 2.00); } // ~28px

File diff suppressed because one or more lines are too long