Amélioration header
This commit is contained in:
parent
39ba48de00
commit
d51c41e2bc
2 changed files with 9 additions and 8 deletions
|
@ -191,7 +191,7 @@ pauseButton.addEventListener('click', togglePause);
|
|||
function updateThemeHeader(theme) {
|
||||
const themeHeader = document.getElementById('themeHeader');
|
||||
if (themeHeader) {
|
||||
themeHeader.textContent = `Theme: ${theme}`;
|
||||
themeHeader.textContent = `DéconstruIT - Le jeu ! Thème: ${theme}`;
|
||||
themeHeader.style.position = 'absolute';
|
||||
themeHeader.style.top = '10px';
|
||||
themeHeader.style.left = '0';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue