diff --git a/themes/dark_theme.scss b/themes/dark_theme.scss index 33778f5..4e849aa 100644 --- a/themes/dark_theme.scss +++ b/themes/dark_theme.scss @@ -494,6 +494,9 @@ footer { background: $mainBgColor; } +.ui.table tr td { + border-top: none; +} .repository.file.list #repo-files-table tr:hover { background-color: $mainBgColor; } @@ -795,7 +798,7 @@ tr:hover a { background-image: url("/img/grad1.png"); background-size: contain; background-attachment: fixed; - background-blend-mode: difference; + background-blend-mode: color-burn; color: $mainTextColor; }