added warnng
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user