Fix: Text not readable on dark mode
This commit is contained in:
parent
fa1a7b35ad
commit
fcb8d953d9
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
<h5 class="modal-title" id="externalLinkConfirmationModalLabel">Confirmation</h5>
|
<h5 class="modal-title" id="externalLinkConfirmationModalLabel">Confirmation</h5>
|
||||||
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
|
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body text-body-emphasis">
|
||||||
<p>You are leaving this site and visiting an external link. Do you want to proceed?</p>
|
<p>You are leaving this site and visiting an external link. Do you want to proceed?</p>
|
||||||
<p id="externalLinkShow"></p>
|
<p id="externalLinkShow"></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue