From 098c56c37230b8f0459a6f8c20131595e5ed7016 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Mon, 17 May 2021 13:58:34 +0200 Subject: [PATCH] fix for #191 --- 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 3d0e7971..885e2f0e 100644 --- a/CSS/themes/gitea/gitea-base.css +++ b/CSS/themes/gitea/gitea-base.css @@ -306,6 +306,10 @@ b:hover, border-bottom: 1px solid rgba(255, 255, 255, 0.1); } +.feeds .list ul li.private { + background-color: rgb(255 255 255 / 10%); +} + .ui.secondary.pointing.menu { border-color: rgb(255 255 255 / 10%) !important; }