mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Fix popup styling across website
This commit is contained in:
parent
f0e586d0d5
commit
8c2e081783
5 changed files with 7 additions and 4 deletions
|
@ -11,6 +11,7 @@
|
|||
// Create elements
|
||||
cancelBtn = document.createElement('button');
|
||||
cancelBtn.classList.add('btn-block');
|
||||
cancelBtn.classList.add('transparent');
|
||||
cancelBtn.innerHTML = 'nuuuuuuuu';
|
||||
cancelBtn.onclick = popupDissmiss;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue