mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
fix: replace 'Xamxam' with 'Posterg' in public nav header
This commit is contained in:
1
TODO.md
1
TODO.md
@@ -1,6 +1,7 @@
|
|||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
## Done
|
## Done
|
||||||
|
- [x] Fix nav logo: revert to "Xamxam", apply display font (Combined), step-2 size, letter-spacing, text-shadow via .nav-logo class
|
||||||
- [x] Bump all font sizes ~10% across all CSS files (admin, system, search, main, apropos, common, tfe)
|
- [x] Bump all font sizes ~10% across all CSS files (admin, system, search, main, apropos, common, tfe)
|
||||||
- [x] Migrate to utopia fluid type scale (--step--2 → --step-5) and space scale (--space-3xs → --space-3xl) across all CSS files
|
- [x] Migrate to utopia fluid type scale (--step--2 → --step-5) and space scale (--space-3xs → --space-3xl) across all CSS files
|
||||||
- [x] Split search logic into search.php
|
- [x] Split search logic into search.php
|
||||||
|
|||||||
@@ -91,6 +91,16 @@ body > header nav {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-logo {
|
||||||
|
font-family: var(--font-display);
|
||||||
|
font-size: var(--step-2);
|
||||||
|
letter-spacing: 0.12em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: var(--accent-foreground);
|
||||||
|
text-decoration: none;
|
||||||
|
text-shadow: 0 0 16px var(--header-shadow-strong), 0 0 32px var(--header-shadow-soft);
|
||||||
|
}
|
||||||
|
|
||||||
.nav-left {
|
.nav-left {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ $_thesisId = $_GET['id'] ?? null;
|
|||||||
|
|
||||||
<nav aria-label="Navigation principale">
|
<nav aria-label="Navigation principale">
|
||||||
<div class="nav-left">
|
<div class="nav-left">
|
||||||
<a href="/index.php">Xamxam</a>
|
<a href="/index.php" class="nav-logo">Xamxam</a>
|
||||||
<ul class="nav-left-links">
|
<ul class="nav-left-links">
|
||||||
<li>
|
<li>
|
||||||
<a href="/repertoire.php"
|
<a href="/repertoire.php"
|
||||||
|
|||||||
Reference in New Issue
Block a user