From 71854351f4626406f9043c380a7be7ca95fe5621 Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 15 Oct 2020 23:11:41 +0200 Subject: [PATCH] removed strong color, issues page btn fix --- CSS/themes/gitea/gitea-base.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CSS/themes/gitea/gitea-base.css b/CSS/themes/gitea/gitea-base.css index 505e9245..a9c5e0d5 100644 --- a/CSS/themes/gitea/gitea-base.css +++ b/CSS/themes/gitea/gitea-base.css @@ -79,7 +79,7 @@ h4, h5, h6, p, -strong, +/*strong,*/ footer, .ui.list>.item .description, .ui.form .inline.field>label, @@ -362,7 +362,6 @@ svg.vch__wrapper .vch__months__labels__wrapper text.vch__month__label[data-v-a9c .ui.tabular.menu .item:hover { color: var(--text-hover); - //background: rgba(255, 255, 255, .07); border-radius: .28571429rem .28571429rem 0 0 !important; } @@ -572,7 +571,6 @@ footer { .ui.basic.buttons .button:hover { background: rgb(0 0 0 / 25%); color: var(--button-text); - box-shadow: inset 0 0 0 1px rgba(34, 36, 38, .35), inset 0 0 0 0 rgba(34, 36, 38, .15); } /* LABELS */ .ui.label {