diff --git a/styles/simple.css b/styles/simple.css index cac50c60..1efe9fa8 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -39,12 +39,12 @@ --tab-header-color-active: #4a0404; --actor-input-font-family: GrenzeGotisch-Regular; - --actor-input-font-size: 12px; + --actor-input-font-size: 10px; --actor-input-font-weight: 500; --actor-input-color: black; --actor-label-font-family: GrenzeGotisch-Bold; - --actor-label-font-size: 12px; + --actor-label-font-size: 10px; --actor-label-font-weight: 700; --actor-label-color: #464331c4; @@ -63,7 +63,7 @@ .window-app { font-family: "GoudyAcc", sans-serif; text-align: justify; - font-size: 18px; + font-size: 14px; letter-spacing: 1px; } @@ -527,8 +527,8 @@ button { } .table-fatigue td { table-layout: fixed; - width: 4px; - height: 4px; + width: 2px; + height: 2px; } .table-fatigue .fatigue-used { background-color: DarkRed; diff --git a/system.json b/system.json index db7f2a8c..3a0fe650 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.52", + "version": "0.9.53", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.6", "templateVersion": 46,