mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-50869 themes: Quiz feedback colours are not accessible.
This commit is contained in:
parent
6d392b3027
commit
267c636702
2 changed files with 5 additions and 2 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue