From 7b951f6763b7f31368552802fca43f8034da62d8 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Mon, 17 May 2021 16:48:19 +0200 Subject: [PATCH] text fix --- CSS/themes/gitea/gitea-base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CSS/themes/gitea/gitea-base.css b/CSS/themes/gitea/gitea-base.css index 885e2f0e..3d5c3f57 100644 --- a/CSS/themes/gitea/gitea-base.css +++ b/CSS/themes/gitea/gitea-base.css @@ -314,6 +314,10 @@ b:hover, border-color: rgb(255 255 255 / 10%) !important; } +.ui.secondary.pointing.menu .item { + color: var(--text-muted); +} + .ui.repository.list .item:not(:first-child) { border-top: 1px solid rgb(255 255 255 / 25%);