mirror of
https://github.com/gregory-jagermeister/Fantasy-Content-Generator.git
synced 2026-07-22 07:30:31 +00:00
Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb148b6105 | ||
|
|
a4e15ad385 | ||
|
|
8476645fb1 | ||
|
|
a0594d757e |
4 changed files with 18 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "fantasy-content-generator",
|
"id": "fantasy-content-generator",
|
||||||
"name": "Fantasy Content Generator",
|
"name": "Fantasy Content Generator",
|
||||||
"version": "1.2.2",
|
"version": "1.2.4",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "A Fantasy Content Generator for Obsidian for All Your TTRPG / World Building Needs",
|
"description": "A Fantasy Content Generator for Obsidian for All Your TTRPG / World Building Needs",
|
||||||
"author": "Gregory Jagermeister ",
|
"author": "Gregory Jagermeister ",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fantasy-content-generator",
|
"name": "fantasy-content-generator",
|
||||||
"version": "1.2.2",
|
"version": "1.2.4",
|
||||||
"description": "A Fantasy Content Generator For all your TTRPG Needs",
|
"description": "A Fantasy Content Generator For all your TTRPG Needs",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
15
styles.css
15
styles.css
|
|
@ -1,4 +1,15 @@
|
||||||
.OFCGDetails {
|
.theme-light .OFCGDetails {
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
box-shadow: 0px 12px 0px 0px rgba(255, 255, 255, 0.37);
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-light .OFCGDetails[open] summary {
|
||||||
|
border-bottom: 1px solid #666;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark .OFCGDetails {
|
||||||
border: 1px solid #272727;
|
border: 1px solid #272727;
|
||||||
box-shadow: 0px 12px 0px 0px rgba(0, 0, 0, 0.37);
|
box-shadow: 0px 12px 0px 0px rgba(0, 0, 0, 0.37);
|
||||||
background-color: #313131;
|
background-color: #313131;
|
||||||
|
|
@ -16,7 +27,7 @@
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.OFCGDetails[open] summary {
|
.theme-dark .OFCGDetails[open] summary {
|
||||||
border-bottom: 1px solid #aaa;
|
border-bottom: 1px solid #aaa;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
{
|
{
|
||||||
"1.2.2": "0.15.0"
|
"1.2.3": "0.15.0",
|
||||||
|
"1.2.2": "0.15.0",
|
||||||
|
"1.2.4": "0.15.0"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue