#27 Gestion des rencontres

This commit is contained in:
sladecraven 2020-11-21 14:40:52 +01:00
parent 357e08758a
commit 09bfb430e0
2 changed files with 5 additions and 5 deletions

View File

@ -33,18 +33,18 @@
--major-button-color: #dadada; --major-button-color: #dadada;
--tab-header-font-family: CaslonAntique; --tab-header-font-family: CaslonAntique;
--tab-header-font-size: 1rem; --tab-header-font-size: 1.2rem;
--tab-header-font-weight: 700; --tab-header-font-weight: 700;
--tab-header-color: #403f3e; --tab-header-color: #403f3e;
--tab-header-color-active: #4a0404; --tab-header-color-active: #4a0404;
--actor-input-font-family: CaslonAntique; --actor-input-font-family: CaslonAntique;
--actor-input-font-size: 1rem; --actor-input-font-size: 1.2rem;
--actor-input-font-weight: 500; --actor-input-font-weight: 500;
--actor-input-color: black; --actor-input-color: black;
--actor-label-font-family: CaslonAntique; --actor-label-font-family: CaslonAntique;
--actor-label-font-size: 1rem; --actor-label-font-size: 1.2rem;
--actor-label-font-weight: 700; --actor-label-font-weight: 700;
--actor-label-color: #464331c4; --actor-label-color: #464331c4;
@ -63,7 +63,7 @@
.window-app { .window-app {
font-family: CaslonAntique; font-family: CaslonAntique;
text-align: justify; text-align: justify;
font-size: 14px; font-size: 15px;
letter-spacing: 1px; letter-spacing: 1px;
} }

View File

@ -2,7 +2,7 @@
"name": "foundryvtt-reve-de-dragon", "name": "foundryvtt-reve-de-dragon",
"title": "Rêve de Dragon", "title": "Rêve de Dragon",
"description": "Rêve de Dragon RPG for FoundryVTT", "description": "Rêve de Dragon RPG for FoundryVTT",
"version": "0.9.71", "version": "0.9.72",
"minimumCoreVersion": "0.7.5", "minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.6", "compatibleCoreVersion": "0.7.6",
"templateVersion": 47, "templateVersion": 47,