diff --git a/resources/hdr-test-page.html b/resources/hdr-test-page.html index 0fdf11c..8870381 100644 --- a/resources/hdr-test-page.html +++ b/resources/hdr-test-page.html @@ -88,7 +88,7 @@ position: relative; margin-top: 20px; padding: .5em 1.9em; - color: white; + color: var(--text--color--text-white); font-family: Barlow, sans-serif; font-size: 18px; text-transform: uppercase; @@ -125,7 +125,7 @@ visibility: hidden; width: 140px; background-color: #555; - color: #fff; + color: var(--text--color--text-white); text-align: center; border-radius: 6px; padding: 5px; @@ -156,6 +156,7 @@ .text-style-small { letter-spacing: .01em; + color: var(--text--color--text-white); }