diff --git a/theme-arc-blue.css b/theme-arc-blue.css index c953252..d77f11c 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -1029,5 +1029,8 @@ width: 80px; } .markdown:not(code) table td, .markdown:not(code) table th { - background: #11112d; - } + background: #11112d; + } + .markdown:not(code).file-view { + overflow: auto; + } \ No newline at end of file