Compare commits

...

1 Commits

Author SHA1 Message Date
Typosaurus
a01fc98601 ticket #138 attempt 1
Some checks failed
DevPlace CI / test (pull_request) Failing after 57m24s
2026-07-26 14:43:32 +00:00
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -620,6 +620,10 @@ img {
.topnav-logo span { color: var(--accent); } .topnav-logo span { color: var(--accent); }
.topnav-links { display: flex; gap: 0.25rem; } .topnav-links { display: flex; gap: 0.25rem; }
.topnav-link { .topnav-link {
display: inline-flex;
align-items: center;
gap: 0.375rem;
white-space: nowrap;
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
border-radius: var(--radius); border-radius: var(--radius);
font-size: 0.875rem; font-size: 0.875rem;