diff --git a/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.scss b/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.scss index 9530d82dd1146..bd7ffbf490771 100644 --- a/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.scss +++ b/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.scss @@ -6,14 +6,8 @@ font-size: 14px; font-family: monospace; background-color: white; - @include themify($themes){ - background-color: themed('background-2'); - } padding: 0; color: black; - @include themify($themes){ - color: themed('text-2'); - } &--inverted { background-color: black;