Compare commits

..

3 Commits

Author SHA1 Message Date
3aeb51c8ac Fix css for compendiums 2023-05-29 16:35:16 +02:00
154e9d3da5 Fix css for compendiums 2023-05-29 16:07:59 +02:00
9b58acc058 v10/v11 compatibility 2023-05-25 07:24:34 +02:00
2 changed files with 13 additions and 3 deletions

View File

@@ -1449,4 +1449,14 @@ ul, li {
}
.argent-total-text {
margin-left: 4px;
}
h4.entry-name.document-name {
color: black;
}
li.folder > .folder-header h3,
.fxmaster .directory-header,
.fxmaster .action-toggle,
.fxmaster .controls,
.fxmaster .description {
color: black;
}

View File

@@ -1,7 +1,7 @@
{
"id": "fvtt-hawkmoon-cyd",
"description": "Hawkmoon RPG for FoundryVTT (CYD system - French)",
"version": "11.0.0",
"version": "11.0.3",
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
@@ -35,7 +35,7 @@
"gridUnits": "m",
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-11.0.0.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-11.0.3.zip",
"languages": [
{
"lang": "fr",
@@ -157,6 +157,6 @@
"compatibility": {
"minimum": "10",
"maximum": "11",
"verified": "10"
"verified": "11"
}
}