diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 62c03b1f8..10b3a3add 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -2476,9 +2476,6 @@ a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus .font-italic { font-style: italic !important; } -.text-white { - color: #fff !important; -} .text-primary { color: var(--primary) !important; } @@ -5007,4 +5004,7 @@ th, td { .text-small-mobile { font-size: min(3vw,14px) !important; +} +.text-white { + color: #fff !important; } \ No newline at end of file