diff --git a/web/styles/app_variables.css b/web/styles/app_variables.css index 1166729720..b3c5b2244d 100644 --- a/web/styles/app_variables.css +++ b/web/styles/app_variables.css @@ -734,6 +734,7 @@ /* Markdown color */ --color-background-rendered-markdown-thead: hsl(0deg 0% 0% / 50%); + --color-border-rendered-markdown-table: hsl(0deg 0% 100% / 20%); /* Markdown code colors */ /* Note that Markdown code-link colors are identical diff --git a/web/styles/dark_theme.css b/web/styles/dark_theme.css index b6573a4f8a..957b14cdef 100644 --- a/web/styles/dark_theme.css +++ b/web/styles/dark_theme.css @@ -755,9 +755,7 @@ #subscription_overlay .settings-radio-input-parent, #settings_page .sidebar-wrapper, #settings_page .sidebar-wrapper *, - table, - table th, - table td { + #recent_view_table table td { border-color: hsl(0deg 0% 0% / 20%); }