We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f09c9 commit 720d838Copy full SHA for 720d838
popup.js
@@ -923,7 +923,7 @@ function initPopup() {
923
let warningDiv = document.createElement('div');
924
let warning = document.createElement('p');
925
warning.textContent = "Note: This summary may have failed due to the website's use of CAPTCHAs. We're working on a solution for this.";
926
- warningDiv.className = "mb-4 -mt-2 p-4 bg-red-100";
+ warningDiv.className = "mb-4 -mt-2 p-4 bg-yellow-100 border-yellow-500";
927
warning.className = "m-0";
928
warningDiv.appendChild(warning);
929
policyDiv.appendChild(warningDiv);
0 commit comments