skill levels

This commit is contained in:
François-Xavier Guillois
2023-08-24 18:21:33 +02:00
parent 165caba564
commit 7aeef29e34
5 changed files with 64 additions and 16 deletions
+23 -1
View File
@@ -346,4 +346,26 @@ ul.unstyled li {
.system-vermine2047 .sheet.actor form nav.sheet-navigation.sheet-tabs {
height:54px;
}
}
.system-vermine2047 .sheet.actor .ability .die {
display:flex;
width:0.875rem;
height:1rem;
background-image:url(../../../../icons/svg/d10-grey.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
font-size:xx-small;
font-weight: bold;
align-items: center;
justify-content: center;
}
.system-vermine2047 .sheet.actor .ability .die.pool {
filter: sepia(0.5) hue-rotate(60deg);
}
.system-vermine2047 .sheet.actor .ability .die.reroll {
filter: sepia(0.5) hue-rotate(-60deg);
}