diff --git a/res/static/style/layout.css b/res/static/style/layout.css index 1de6c01..4245aef 100644 --- a/res/static/style/layout.css +++ b/res/static/style/layout.css @@ -227,7 +227,7 @@ hr{ border-radius: 0.5em; border: 0.22em solid var(--scrollbar_background_color); } -::-webkit-scrollbar-corner{background: transparent;} +::-webkit-scrollbar-corner{background: var(--scrollbar_background_color);} a {color: var(--highlight_color); text-decoration: none;} a:hover {color: var(--highlight_color); text-decoration: underline;} diff --git a/res/template/file_viewer.html b/res/template/file_viewer.html index 75d6441..78fe12e 100644 --- a/res/template/file_viewer.html +++ b/res/template/file_viewer.html @@ -32,7 +32,7 @@ {{.Title}}
- +
@@ -106,7 +106,7 @@