From 9d3ef8cbebcdcb22441559767f09ad417d50422d Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Fri, 7 Apr 2023 16:56:37 +0200 Subject: [PATCH] CSS journal fix --- styles/simple.css | 11 ++++++++--- system.json | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/styles/simple.css b/styles/simple.css index 96be629..70504ae 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -78,9 +78,7 @@ .window-app input, .fvtt-les-heritiers .item-form, .sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-fatigue, select, button, .item-checkbox, #sidebar, #players, #navigation #nav-toggle { font-size: 0.8rem; } -.fvtt-les-heritiers .sheet-header select option { - /*background-color: rgb(68, 25, 25);*/ -} + .fvtt-les-heritiers .sheet-header input, .fvtt-les-heritiers .sheet-header select { color: rgb(41, 38, 38); } @@ -88,6 +86,13 @@ background: rgba(0,0,0,0.75); } +.page-heading { + color: #151c1f; +} +.heading-link { + color: #151c1f; +} + .window-app.sheet .window-content { margin: 0; padding: 0; diff --git a/system.json b/system.json index daf18d4..3a08425 100644 --- a/system.json +++ b/system.json @@ -1,7 +1,7 @@ { "id": "fvtt-les-heritiers", "description": "Les Héritiers pour FoundryVTT", - "version": "10.0.31", + "version": "10.0.32", "authors": [ { "name": "Uberwald/LeRatierBretonnien", @@ -19,7 +19,7 @@ "gridUnits": "m", "license": "LICENSE.txt", "manifest": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/raw/branch/master/system.json", - "download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-10.0.31.zip", + "download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-10.0.32.zip", "languages": [ { "lang": "fr",