Message text right top edited

This commit is contained in:
Finn Tews
2026-05-08 22:55:25 +02:00
parent 708b527598
commit 85f601984f
2 changed files with 77 additions and 8 deletions

View File

@@ -53,18 +53,75 @@ h1:hover {
.repo-credit {
margin: 0;
padding: 10px 14px;
color: #dbeafe;
font-size: 0.95em;
padding: 5px 10px;
color: #a7f3d0;
font-size: 0.85em;
font-weight: 600;
line-height: 1.5;
text-align: center;
max-width: 560px;
background: linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(59, 130, 246, 0.12));
background: rgba(16, 185, 129, 0.1);
border: 1px solid rgba(110, 231, 183, 0.35);
border-radius: 10px;
border-radius: 8px;
animation: fadeInUp 0.6s ease-out 0.15s both;
}
.header-right {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
}
.header-title {
display: flex;
flex-direction: column;
gap: 4px;
}
.waak-credit {
margin: 0;
color: #6ee7b7;
font-size: 0.8em;
opacity: 0.8;
}
.waak-credit a {
color: #a7f3d0;
font-weight: 600;
text-decoration: none;
}
.waak-credit a:hover {
text-decoration: underline;
}
.gitea-link {
display: inline-flex;
align-items: center;
gap: 6px;
align-self: flex-end;
color: #a7f3d0;
font-size: 0.85em;
font-weight: 600;
text-decoration: none;
padding: 5px 10px;
border: 1px solid rgba(110, 231, 183, 0.35);
border-radius: 8px;
background: rgba(16, 185, 129, 0.1);
transition: background 0.2s, color 0.2s;
}
.gitea-link:hover {
background: rgba(16, 185, 129, 0.22);
color: #ecfdf5;
}
.gitea-icon {
width: 16px;
height: 16px;
flex-shrink: 0;
}
.repo-credit a {
color: #a7f3d0;
font-weight: 600;