Skip to content

Commit

Permalink
prettify result popup
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDen committed Oct 7, 2024
1 parent 7a3712e commit 4fe3902
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12922,6 +12922,8 @@
const resultPopup = document.createElement("div");
resultPopup.id = "result-popup";
resultPopup.style = `
color: #333;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
position: fixed;
font-weight: 400;
bottom: 5em;
Expand Down
2 changes: 2 additions & 0 deletions index.pre.html
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,8 @@
const resultPopup = document.createElement("div");
resultPopup.id = "result-popup";
resultPopup.style = `
color: #333;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
position: fixed;
font-weight: 400;
bottom: 5em;
Expand Down

0 comments on commit 4fe3902

Please sign in to comment.