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; }