From 09bfb430e033b2065a10b2cad6a8a1c57df7e097 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Sat, 21 Nov 2020 14:40:52 +0100 Subject: [PATCH] #27 Gestion des rencontres --- styles/simple.css | 8 ++++---- system.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/simple.css b/styles/simple.css index 1c200645..d833dc31 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -33,18 +33,18 @@ --major-button-color: #dadada; --tab-header-font-family: CaslonAntique; - --tab-header-font-size: 1rem; + --tab-header-font-size: 1.2rem; --tab-header-font-weight: 700; --tab-header-color: #403f3e; --tab-header-color-active: #4a0404; --actor-input-font-family: CaslonAntique; - --actor-input-font-size: 1rem; + --actor-input-font-size: 1.2rem; --actor-input-font-weight: 500; --actor-input-color: black; --actor-label-font-family: CaslonAntique; - --actor-label-font-size: 1rem; + --actor-label-font-size: 1.2rem; --actor-label-font-weight: 700; --actor-label-color: #464331c4; @@ -63,7 +63,7 @@ .window-app { font-family: CaslonAntique; text-align: justify; - font-size: 14px; + font-size: 15px; letter-spacing: 1px; } diff --git a/system.json b/system.json index 638300c3..873bf972 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "foundryvtt-reve-de-dragon", "title": "Rêve de Dragon", "description": "Rêve de Dragon RPG for FoundryVTT", - "version": "0.9.71", + "version": "0.9.72", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.6", "templateVersion": 47,