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; + } + */ }