fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
body#custom-css {
|
:root {
|
||||||
--is-dark: 1; /* Or --is-dark: 1 if it's a dark theme */
|
--is-dark: 1; /* Or --is-dark: 1 if it's a dark theme */
|
||||||
|
|
||||||
/* Primary color variants (from darkest to lightest) */
|
/* Primary color variants (from darkest to lightest) */
|
||||||
|
|||||||
16
package.json
16
package.json
@@ -1,24 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-theme-mdg-light",
|
"name": "peertube-theme-mdg-dark",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "MDG PeerTube theme light",
|
"description": "MDG PeerTube theme dark",
|
||||||
"engine": {
|
"engine": {
|
||||||
"peertube": ">=7.3.0"
|
"peertube": ">=7.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"peertube",
|
"peertube",
|
||||||
"theme"
|
"theme"
|
||||||
],
|
],
|
||||||
"homepage": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light",
|
"homepage": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-dark",
|
||||||
"author": "Julian Kiedaisch",
|
"author": "Julian Kiedaisch",
|
||||||
"bugs": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light/issues",
|
"bugs": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-dark/issues",
|
||||||
"staticDirs": {
|
"staticDirs": {
|
||||||
},
|
},
|
||||||
"css": [
|
"css": [
|
||||||
"assets/style.css"
|
"assets/style.css"
|
||||||
],
|
],
|
||||||
"clientScripts": [
|
"clientScripts": [],
|
||||||
],
|
"translations": {}
|
||||||
"translations": {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user