Fixed notes background color contrast (#27004)

* Fixed notes background color contrast
This commit is contained in:
Ahtisham Shahid
2021-04-07 17:26:02 +05:00
committed by GitHub
parent 10fc3f4b38
commit 581230d16d

View File

@@ -547,7 +547,7 @@ $sidebar-active-image: linear-gradient(top, rgb(230, 230, 230), rgb(214, 214, 21
// student notes
$student-notes-highlight-color-base: saturate($yellow, 65%) !default;
$student-notes-highlight-color-base: #ffea75 !default;
$student-notes-highlight-color: tint($student-notes-highlight-color-base, 50%) !default;
$student-notes-highlight-color-focus: $student-notes-highlight-color-base !default;