Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Durtur committed Dec 20, 2021
1 parent 96ef068 commit ffe2830
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@

.die_d20:hover {
background-image: url("./img/d20hover.png");
}

.mainpage_header{
background-image: var(--foreground-image);
}
4 changes: 4 additions & 0 deletions app/css/themes/oldschool/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@

.die_d20:hover {
background-image: url("./img/d20hover.png");
}

.mainpage_header{
background-image: var(--foreground-image);
}
2 changes: 1 addition & 1 deletion app/mappingTool/mapscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Menu = require("./mappingTool/menu");
const SoundManager = require("./js/soundManager")
const soundManager = new SoundManager();
const dataAccess = require("./js/dataaccess");
const sidebarManager = require("./js/sidebarmanager");
const sidebarManager = require("./js/sidebarManager");
const InfoTooltip = require("./mappingTool/infotooltip");
const info = new InfoTooltip();
const initiative = require("./js/initiative");
Expand Down

0 comments on commit ffe2830

Please sign in to comment.