From f85f0609233f4f67129f1e7e5348042ff97a0de3 Mon Sep 17 00:00:00 2001 From: xenua Date: Sun, 29 Jan 2023 13:13:47 +0100 Subject: [PATCH] add colored visibility icons --- mastodon/mastodon4.user.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/mastodon/mastodon4.user.css b/mastodon/mastodon4.user.css index b64cf42..70832c0 100644 --- a/mastodon/mastodon4.user.css +++ b/mastodon/mastodon4.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name mastodon 4 ui tweaks @namespace mastodon4 -@version 1.0.3 +@version 1.0.4 @description fixes the weird spacing on the new mastodon web ui. intended for the advanced user interface, may also work with the single column one. @author xenua @license CNPLv7+ @@ -134,6 +134,22 @@ height: 34px !important; } */ + + /* colored visibility icons */ + /* + .status__visibility-icon > .fa-globe, .detailed-status__meta > .fa-globe { + color: #1976d2; + } + .status__visibility-icon > .fa-unlock, .detailed-status__meta > .fa-unlock { + color: #388e3c; + } + .status__visibility-icon > .fa-lock, .detailed-status__meta > .fa-lock { + color: #ffa000; + } + .status__visibility-icon > .fa-at, .detailed-status__meta > .fa-at { + color: #d32f2f; + } + */ }