Add metadata directly in userstyle

This commit is contained in:
brodokk 2023-05-28 14:07:55 +00:00
parent 0a8c9c182e
commit 4da247b3ca

View File

@ -1,3 +1,15 @@
/* ==UserStyle==
@name Blueberries Mastodon UI user theme
@description Mastodon UI user theme by HugoBDesigner and Brodokk but purple mode
@namespace github.com/brodokk/Blueberries-Mastodon-UI-user-theme
@homepageURL https://github.com/brodokk/Blueberries-Mastodon-UI-user-theme
@supportURL https://github.com/brodokk/Blueberries-Mastodon-UI-user-theme/issues
@author brodokk <brodokk@brodokk.space> (https://github.com/brodokk)
@version 1.1.0
@license CC-BY
==/UserStyle== */
@-moz-document domain("mastodon.social") {
/* Blueberries Mastodon UI user theme (c) CC-BY by HugoBDesigner, brodokk */
:root {
/* DEFAULT HUE */
@ -3054,3 +3066,4 @@ button.icon-button:hover i.fa-retweet {
border-left-color: hsl(var(--hue), 16%, 27%);
}
}
}