mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-07 07:52:56 -04:00
Update html/map.ejs
This commit is contained in:
parent
b91128ff11
commit
dcf3b20fac
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@
|
|||
|
||||
const branding = document.createElement('div');
|
||||
branding.textContent = 'PokeMaps';
|
||||
branding.style = 'position:absolute;bottom:10px;left:10px;padding:6px 10px;font-size:16px;font-weight:500;background:rgba(0,0,0,0.6);color:white;border-radius:6px;font-family:sans-serif;backdrop-filter:blur(6px);z-index:9999;pointer-events:none';
|
||||
branding.style = 'position: absolute; bottom: 10px; left: 10px; padding: 6px 10px; font-size: 31px; font-weight: 500; background: rgba(0, 0, 0, 0.6); color: white; border-radius: 6px; font-family: sans-serif; backdrop-filter: blur(6px); z-index: 9999; pointer-events: none;display: block;';
|
||||
document.body.appendChild(branding);
|
||||
|
||||
_0x4f2a();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue