From 545804add7c1000b6d8cf98f1d9287f4ee90d2f9 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Tue, 9 Aug 2022 23:58:16 -0400 Subject: [PATCH] Fixed private repos appearing white --- css/theme-martian.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/theme-martian.css b/css/theme-martian.css index 7224c32..1b05775 100644 --- a/css/theme-martian.css +++ b/css/theme-martian.css @@ -530,6 +530,10 @@ img[src$="/img/matrix.svg"] { color: var(--color-text); } +.feeds .list ul li.private { + background-color: hsla(20, 40%, 50%, .08); +} + /* * martian.css is free software: you can redistribute and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -543,4 +547,4 @@ img[src$="/img/matrix.svg"] { * * You should have received a copy of the GNU General Public License * along with martian.css. If not, see . -*/ \ No newline at end of file +*/