diff --git a/data/gitea/public/assets/css/theme-ctdra-dark.css b/data/gitea/public/assets/css/theme-ctdra-dark.css index 9ea6237..7c69af5 100644 --- a/data/gitea/public/assets/css/theme-ctdra-dark.css +++ b/data/gitea/public/assets/css/theme-ctdra-dark.css @@ -337,12 +337,4 @@ footer { right: 0; bottom: 0; z-index: 1000; -} - -div.ui.attached.segment form.ui.form:not(.new-repo-form) { - display: none; -} - -div.ui.attached.segment div.divider.divider-text { - display: none; } \ No newline at end of file diff --git a/data/gitea/public/assets/css/theme-ctdra-light.css b/data/gitea/public/assets/css/theme-ctdra-light.css index f171163..2058034 100644 --- a/data/gitea/public/assets/css/theme-ctdra-light.css +++ b/data/gitea/public/assets/css/theme-ctdra-light.css @@ -312,12 +312,4 @@ footer { right: 0; bottom: 0; z-index: 1000; -} - -div.ui.attached.segment form.ui.form:not(.new-repo-form) { - display: none; -} - -div.ui.attached.segment div.divider.divider-text { - display: none; } \ No newline at end of file