WaniKani Consistent Correct Color

Makes the correct label color the same color as the correct text entry background

// ==UserScript==
// @name        WaniKani Consistent Correct Color
// @namespace   Violentmonkey Scripts
// @match       https://www.wanikani.com/subjects/review
// @grant       none
// @version     1.0
// @license     Apache, https://www.apache.org/licenses/LICENSE-2.0
// @author      skatefriday
// @description Makes the correct label color the same color as the correct text entry background
// ==/UserScript==

document.documentElement.style.setProperty('--color-quiz-srs-correct-background', '#88cc00')