Fixed private repos appearing white

This commit is contained in:
Sasha Koshka 2022-08-09 23:58:16 -04:00 committed by emma
parent 697a95d18d
commit 14f7b593cf
1 changed files with 5 additions and 1 deletions

View File

@ -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 <https://www.gnu.org/licenses/agpl-3.0.en.html>.
*/
*/