diff --git a/rpg-docs/client/globalHelpers/valueString.js b/rpg-docs/client/globalHelpers/valueString.js index 4b845ac6..c99ceb0b 100644 --- a/rpg-docs/client/globalHelpers/valueString.js +++ b/rpg-docs/client/globalHelpers/valueString.js @@ -20,5 +20,5 @@ Template.registerHelper("valueString", function(value){ } result += resultArray[i]; } - return result; + return result; }); \ No newline at end of file diff --git a/rpg-docs/client/views/GeneralCSS/typography.css b/rpg-docs/client/views/GeneralCSS/typography.css index b3bf6daf..abf084d3 100644 --- a/rpg-docs/client/views/GeneralCSS/typography.css +++ b/rpg-docs/client/views/GeneralCSS/typography.css @@ -109,6 +109,5 @@ html /deep/ .white-text{ .white54 { color: #eee; - color: rgba(255,255,255,0.54) - + color: rgba(255,255,255,0.54); }