diff --git a/web/styles/app_variables.css b/web/styles/app_variables.css index 02f06400d4..239f3bc511 100644 --- a/web/styles/app_variables.css +++ b/web/styles/app_variables.css @@ -386,7 +386,6 @@ /* Markdown colors */ --color-background-rendered-markdown-thead: hsl(0deg 0% 93%); --color-border-rendered-markdown-table: hsl(0deg 0% 80%); - --color-border-informational-overlays-table: hsl(0deg 0% 87%); /* Settings table colors */ --color-border-table-striped: hsl(0deg 0% 87%); @@ -745,7 +744,6 @@ /* Markdown colors */ --color-background-rendered-markdown-thead: hsl(0deg 0% 0% / 50%); --color-border-rendered-markdown-table: hsl(0deg 0% 100% / 20%); - --color-border-informational-overlays-table: hsl(0deg 0% 0% / 20%); /* Settings table colors */ --color-border-table-striped: hsl(0deg 0% 0% / 20%); diff --git a/web/styles/informational_overlays.css b/web/styles/informational_overlays.css index 092b296478..136e2c2a3e 100644 --- a/web/styles/informational_overlays.css +++ b/web/styles/informational_overlays.css @@ -46,20 +46,6 @@ } } - .overlay-body { - table { - border-color: var(--color-border-informational-overlays-table); - } - - & tr th { - border-color: var(--color-border-informational-overlays-table); - } - - & tr td { - border-color: var(--color-border-informational-overlays-table); - } - } - & td.operator { font-size: 0.9em; }