style: link KnorrLabs to dashy with compass icon badge

This commit is contained in:
2026-06-04 19:29:59 +02:00
parent 29ac96f892
commit 935c263648
2 changed files with 36 additions and 2 deletions
+21
View File
@@ -5663,6 +5663,27 @@ html.theme-cupertino .events-scroll-container {
border-color: rgba(56, 189, 248, 0.32);
}
.knorrlabs-footer-badge {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 2px 8px;
border-radius: 999px;
font-size: 13px;
font-weight: 500;
color: #94a3b8;
text-decoration: none;
background: rgba(139, 92, 246, 0.08);
border: 1px solid rgba(139, 92, 246, 0.18);
transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.knorrlabs-footer-badge:hover {
color: #ddd6fe;
background: rgba(139, 92, 246, 0.14);
border-color: rgba(139, 92, 246, 0.32);
}
.demo-badge {
display: inline-flex;
align-items: center;