diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 222d73736..95a10d6db 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -25,9 +25,13 @@ :is(article, .reply-to > .main) a.avatar:not([title*="@"]) + :is(span, div) a.name { color: #c0ffee; } */ /** jormungandr css **/ + +/* hide the public note view on main page */ +.civpbkhh { + visibility: hidden; +} + /* Make foreground of mobile pencil icon dark */ - - .postButton .ph-pencil { color: var(--bg); }