diff --git a/.gitignore b/.gitignore index a0c28fc..66eb100 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ __pycache__/ tests/__pycache__/ .pytest_cache/ secrets.yaml +.DS_Store diff --git a/static/flower.css b/static/flower.css index 9867e60..57df70a 100644 --- a/static/flower.css +++ b/static/flower.css @@ -22,7 +22,7 @@ a { color: inherit; } .site-header { min-height: 76px; padding: 16px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); } .brand { display: inline-flex; align-items: center; gap: 10px; font: 600 1.35rem Georgia, serif; text-decoration: none; } -.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--accent); border: 1px solid #4c5b31; border-radius: 50%; } +.brand-logo { display: block; width: 34px; height: 34px; border-radius: 9px; } .nav-actions { display: flex; align-items: center; gap: 8px; } .nav-actions form { margin: 0; } .text-link { color: var(--muted); text-decoration: none; font-size: .92rem; } @@ -106,7 +106,7 @@ input::placeholder { color: #61706c; } body { padding-bottom: 68px; } .site-header { min-height: 64px; padding: 14px 16px; } .brand { font-size: 1.15rem; } - .brand-mark { width: 32px; height: 32px; } + .brand-logo { width: 32px; height: 32px; } .nav-actions { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; min-height: 60px; padding: 8px 12px max(8px, env(safe-area-inset-bottom)); justify-content: center; gap: 6px; background: rgba(11, 16, 16, .97); border-top: 1px solid var(--line); } .nav-actions .button { min-height: 42px; padding: 0 13px; } .nav-actions .text-link { display: inline-flex; min-height: 42px; padding: 0 18px; align-items: center; color: var(--text); border: 1px solid var(--line); border-radius: 9px; } diff --git a/static/wwwsuynl.png b/static/wwwsuynl.png new file mode 100644 index 0000000..d4a2d46 Binary files /dev/null and b/static/wwwsuynl.png differ diff --git a/templates/common.html b/templates/common.html index cae503e..c27ca3f 100644 --- a/templates/common.html +++ b/templates/common.html @@ -10,7 +10,7 @@