Replace unicode left arrow with SVG icon in admin nav logo

This commit is contained in:
Pontoporeia
2026-03-31 16:57:41 +02:00
parent a88e5562f8
commit f3f1e0e5fc
4 changed files with 45 additions and 31 deletions

View File

@@ -32,8 +32,9 @@ body {
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
Arial, sans-serif;
background: var(--white);
color: var(--black);
}
@@ -51,12 +52,17 @@ a:hover {
NAV BAR (shared across all public pages)
============================================================ */
.site-nav {
background: linear-gradient(to bottom, var(--purple) 0%, rgba(149, 87, 181, 0.0) 100%);
padding: 0.55rem 1.5rem;
background: linear-gradient(
to bottom,
var(--purple) 0%,
rgba(149, 87, 181, 0.0) 100%
);
padding: 1rem 1.5rem;
display: flex;
align-items: center;
justify-content: space-between;
flex-shrink: 0;
/* height: 3ch; */
}
.site-nav__logo {