Add metadata directly in userstyle
This commit is contained in:
parent
0a8c9c182e
commit
4da247b3ca
@ -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 */
|
/* Blueberries Mastodon UI user theme (c) CC-BY by HugoBDesigner, brodokk */
|
||||||
:root {
|
:root {
|
||||||
/* DEFAULT HUE */
|
/* DEFAULT HUE */
|
||||||
@ -3054,3 +3066,4 @@ button.icon-button:hover i.fa-retweet {
|
|||||||
border-left-color: hsl(var(--hue), 16%, 27%);
|
border-left-color: hsl(var(--hue), 16%, 27%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user