mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-02-04 18:02:54 +00:00
404 hosts add update complete, fix certbot renewals
and remove the need for email and agreement on cert requests
This commit is contained in:
@@ -1,16 +1,8 @@
|
||||
.dnsChallengeWarning {
|
||||
border: 1px solid #fecaca; /* Tailwind's red-300 */
|
||||
border: 1px solid var(--tblr-orange-lt);
|
||||
padding: 1rem;
|
||||
border-radius: 0.375rem; /* Tailwind's rounded-md */
|
||||
border-radius: 0.375rem;
|
||||
margin-top: 1rem;
|
||||
background-color: var(--tblr-cyan-lt);
|
||||
}
|
||||
|
||||
.textareaMono {
|
||||
font-family: 'Courier New', Courier, monospace !important;
|
||||
/* background-color: #f9fafb;
|
||||
border: 1px solid #d1d5db;
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.375rem;
|
||||
width: 100%; */
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user