diff --git a/rpg-docs/Routes/Routes.js b/rpg-docs/Routes/Routes.js index eb94e951..dba32a79 100644 --- a/rpg-docs/Routes/Routes.js +++ b/rpg-docs/Routes/Routes.js @@ -1,5 +1,6 @@ Router.configure({ - loadingTemplate: 'loading' + loadingTemplate: 'loading', + layoutTemplate: 'layout' }); Router.map( function () { diff --git a/rpg-docs/client/views/GeneralCSS/color.css b/rpg-docs/client/views/GeneralCSS/color.css index fcbfde5e..f0ae0e0b 100644 --- a/rpg-docs/client/views/GeneralCSS/color.css +++ b/rpg-docs/client/views/GeneralCSS/color.css @@ -72,4 +72,8 @@ .blue-grey { background-color: #607D8B; +} + +.white { + background-color: #ffffff; } \ No newline at end of file diff --git a/rpg-docs/client/views/character/Stats/stats.html b/rpg-docs/client/views/character/Stats/stats.html index b57633bb..f42854c3 100644 --- a/rpg-docs/client/views/character/Stats/stats.html +++ b/rpg-docs/client/views/character/Stats/stats.html @@ -1,9 +1,7 @@