diff --git a/dialog.css b/dialog.css index 0dd489f..34df86c 100644 --- a/dialog.css +++ b/dialog.css @@ -30,14 +30,14 @@ --jsl-dialog-bgcolor: #ffd; --jsl-dialog-bordercolor: #835f10; .-title::before { - content: '✔ '; + content: '⁉️ '; } } &.-style-error { --jsl-dialog-bgcolor: #fcc; --jsl-dialog-bordercolor: #bb3434; .-title::before { - content: '⚠️ '; + content: '⛔ '; } } &.-style-warning { diff --git a/index.html b/index.html index 99481b3..b29394e 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@