logo: gradient square back, dog on top; footer wording
brand-dot is back to the blue→yellow gradient rounded square, and the didi image sits centered inside it (span wrapper, flex-centered, 88% inner size). The dog's transparent background lets the gradient peek through around him. Footer: "Programmiert für Annika ♥" → "Mit ♥ programmiert für Annika". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d3e803beee
commit
e8aa0e6e24
3 changed files with 9 additions and 5 deletions
|
|
@ -124,9 +124,13 @@
|
|||
.map-popup-actions form { margin: 0; }
|
||||
.brand-dot {
|
||||
width: 2.25rem; height: 2.25rem; border-radius: 10px;
|
||||
object-fit: contain; display: block;
|
||||
background: #fff;
|
||||
background: linear-gradient(135deg, #66b7f2 0%, #2f8ae0 60%, #fbd76b 100%);
|
||||
box-shadow: 0 1px 4px rgba(47, 138, 224, 0.35);
|
||||
display: inline-flex; align-items: center; justify-content: center;
|
||||
overflow: hidden; flex-shrink: 0;
|
||||
}
|
||||
.brand-dot img {
|
||||
width: 88%; height: 88%; object-fit: contain; display: block;
|
||||
}
|
||||
a { color: var(--primary); }
|
||||
a:hover { text-decoration: underline; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue