Skip to content

Commit

Permalink
1.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Dec 4, 2023
1 parent be1057d commit d9cbfb1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.24.3

- `Target Token Helper` updates:
- increased the font size of the save result
- increased contrast between failure and critical failure colors for the save result

# 1.24.2

- fixed `Target Token Helper` adding targets to persistent damage, fast-healing and regeneration messages
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"verified": "11"
},
"socket": true,
"version": "1.24.2",
"version": "1.24.3",
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/reonZ/pf2e-toolbelt",
"readme": "https://github.com/reonZ/pf2e-toolbelt/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-toolbelt/master/module.json",
"download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/1.24.2/module.zip",
"download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/1.24.3/module.zip",
"changelog": "https://github.com/reonZ/pf2e-toolbelt/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-toolbelt/issues",
"styles": [
Expand Down
10 changes: 5 additions & 5 deletions scripts/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions scripts/main.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions styles/_target.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
}

.degree {
font-size: 1.1em;

&.criticalSuccess {
color: var(--criticalSuccess);
}
Expand Down
2 changes: 1 addition & 1 deletion styles/toolbelt.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion styles/toolbelt.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9cbfb1

Please sign in to comment.