added warnng

This commit is contained in:
Finn Tews
2026-05-08 23:33:39 +02:00
parent 85f601984f
commit 1eda1ea695
2 changed files with 30 additions and 0 deletions

View File

@@ -95,6 +95,31 @@ h1:hover {
text-decoration: underline;
}
.warning-banner {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin: 0 auto 18px;
padding: 10px 18px;
max-width: 700px;
background: rgba(234, 179, 8, 0.1);
border: 1px solid rgba(234, 179, 8, 0.45);
border-radius: 8px;
color: #fde68a;
font-size: 0.88em;
font-weight: 500;
text-align: center;
line-height: 1.4;
}
.warning-icon {
width: 18px;
height: 18px;
flex-shrink: 0;
color: #fbbf24;
}
.gitea-link {
display: inline-flex;
align-items: center;