Ungoing refactoring

This commit is contained in:
2026-02-04 18:47:40 +01:00
parent c95c82169f
commit ed70b47c81
19 changed files with 749 additions and 451 deletions

View File

@@ -111,6 +111,47 @@ pre {
color: var(--text);
}
#kofi-modal {
background: var(--bg);
color: var(--text);
border: 1px solid var(--text-muted);
border-radius: 0;
padding: 1rem;
max-width: 420px;
width: 90vw;
}
#kofi-modal::backdrop {
background: rgba(0, 0, 0, 0.7);
}
#kofi-modal p {
margin-bottom: 0.5rem;
}
#kofi-frame {
border: none;
width: 100%;
height: 570px;
}
#kofi-close {
font-family: 'CozetteVector', monospace;
background: none;
color: var(--text-muted);
border: none;
padding: 0;
cursor: pointer;
font-size: inherit;
text-decoration: underline;
display: block;
margin: 0.5rem auto 0;
}
#kofi-close:hover {
color: var(--text);
}
#theme-toggle {
font-family: 'CozetteVector', monospace;
background: none;