diff --git a/web/assets/css/main.css b/web/assets/css/main.css index 56d5f0612..cb1e693b3 100644 --- a/web/assets/css/main.css +++ b/web/assets/css/main.css @@ -66,6 +66,11 @@ @apply text-gray-700 dark:text-gray-300; } + /*low contrast text*/ + .important-text-4 { + @apply text-gray-700 dark:text-gray-300 !important; + } + /*full contrast text*/ .text-5 { @apply text-gray-600 dark:text-gray-400; diff --git a/web/template/watch.gohtml b/web/template/watch.gohtml index 07ed1960c..04b32d66c 100644 --- a/web/template/watch.gohtml +++ b/web/template/watch.gohtml @@ -63,7 +63,7 @@ class="flex justify-start items-center pt-2"> - +