Compare commits
1 Commits
35979fa743
...
79d37ccabd
Author | SHA1 | Date | |
---|---|---|---|
79d37ccabd |
@ -20,7 +20,7 @@ Currently supported pride flags:
|
|||||||
- Lesbian pride flag
|
- Lesbian pride flag
|
||||||
|
|
||||||
more flags to follow soon!</description>
|
more flags to follow soon!</description>
|
||||||
<version>1.0.0</version>
|
<version>0.1.0</version>
|
||||||
<licence>gpl3</licence>
|
<licence>gpl3</licence>
|
||||||
<author mail="transcaffeine@finally.coffee" homepage="https://github.com/finally-coffee-nextcloud-pride-flags">transcaffeine</author>
|
<author mail="transcaffeine@finally.coffee" homepage="https://github.com/finally-coffee-nextcloud-pride-flags">transcaffeine</author>
|
||||||
<namespace>PrideFlags</namespace>
|
<namespace>PrideFlags</namespace>
|
||||||
|
@ -9,11 +9,6 @@ Currently supported "targets":
|
|||||||
Currently supported pride flags:
|
Currently supported pride flags:
|
||||||
- Original 6 color rainbow pride flag
|
- Original 6 color rainbow pride flag
|
||||||
- Trans pride flag
|
- Trans pride flag
|
||||||
- Pansexual pride flag
|
|
||||||
- Non-binary pride flag
|
|
||||||
- Bisexual pride flag
|
|
||||||
- Asexual pride flag
|
|
||||||
- Lesbian pride flag
|
|
||||||
|
|
||||||
more flags to follow soon!",
|
more flags to follow soon!",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
@ -14,10 +14,11 @@
|
|||||||
fill: var(--image-background-pride-button-gradient);
|
fill: var(--image-background-pride-button-gradient);
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-navigation ul > li.active .material-design-icon__svg,
|
/*
|
||||||
.button-vue--vue-primary .material-design-icon__svg,
|
body {
|
||||||
.preview-card__header .material-design-icon__svg,
|
--image-background-pride-button: var(--image-background-pride-trans);
|
||||||
.profile__primary-action-button .material-design-icon__svg,
|
--image-background-pride-folder: var(--image-background-pride-pride);
|
||||||
.app-navigation-entry.active .material-design-icon__svg {
|
--image-background-pride-button-gradient: var(--image-background-pride-gradient-pride);
|
||||||
fill: var(--color-primary-element-text);
|
--image-background-pride-folder-gradient: var(--image-background-pride-gradient-trans);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pride_flags",
|
"name": "pride_flags",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.0.0",
|
"node": "^20.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user