feat: update README and add GitHub links in header and license section

This commit is contained in:
CNCKitchen
2026-04-05 13:45:16 +02:00
parent dcbdf344ac
commit d99c97fb24
4 changed files with 68 additions and 4 deletions
+18
View File
@@ -103,6 +103,24 @@
[data-theme="light"] .theme-toggle .icon-moon { display: none; }
[data-theme="light"] .theme-toggle .icon-sun { display: block; }
.github-link {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
background: var(--surface2);
border: 1px solid var(--border);
border-radius: var(--radius);
color: var(--text-muted);
transition: background 0.15s, border-color 0.15s, color 0.15s;
flex-shrink: 0;
}
.github-link:hover {
border-color: var(--accent);
color: var(--accent);
}
html, body {
height: 100%;
font-family: 'Segoe UI', system-ui, sans-serif;