diff --git a/styles/simple.css b/styles/simple.css
index 6bdb4da..4727ff9 100644
--- a/styles/simple.css
+++ b/styles/simple.css
@@ -274,12 +274,16 @@ table {border: 1px solid #7a7971;}
padding: 0px;
margin: 5px 0;
border-bottom: 0;
+ font-weight: bold;
+ font-family: "Charlemagne";
}
.fvtt-mournblade .sheet-header h1.charname input {
width: 100%;
height: 100%;
margin: 0;
+ font-weight: bold;
+ font-family: "Charlemagne";
}
.fvtt-mournblade .sheet-tabs {
@@ -1210,7 +1214,7 @@ ul, li {
.button-roll-competence {
min-width: 64px;
max-width: 64px;
- background-color: rgb(211, 221, 187);
+ background-color: rgba(211, 221, 187, 100);
padding-top: 7px;
padding-left: 4px;
margin-left: 4px;
@@ -1234,6 +1238,7 @@ ul, li {
flex-grow:1;
max-width: 2rem;
min-width: 2rem;
+ max-height: 2rem;
}
/*************************************************************/
diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html
index 065bc43..3989329 100644
--- a/templates/actor-sheet.html
+++ b/templates/actor-sheet.html
@@ -7,15 +7,47 @@