Add logo and warm background
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
/* Header */
|
||||
header {
|
||||
padding: 1.5rem 0;
|
||||
background: #282a2e;
|
||||
background: #5a4020;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
.feature-card {
|
||||
padding: 2rem;
|
||||
border-radius: 1rem;
|
||||
background: #282a2e;
|
||||
background: #5a4020;
|
||||
transition: transform 0.2s;
|
||||
}
|
||||
|
||||
@@ -197,7 +197,7 @@
|
||||
/* About */
|
||||
.about {
|
||||
padding: 5rem 0;
|
||||
background: #282a2e;
|
||||
background: #5a4020;
|
||||
}
|
||||
|
||||
.about h2 {
|
||||
@@ -263,7 +263,7 @@
|
||||
<div class="container header-content">
|
||||
<div class="logo">
|
||||
<!-- Logo: Ersetze favicon.png durch dein eigenes Logo -->
|
||||
<img src="/favicon.png" alt="ConVo Logo">
|
||||
<img src="/logo.png" alt="ConVo Logo">
|
||||
<span class="logo-text">ConVo</span>
|
||||
</div>
|
||||
<nav>
|
||||
|
||||
Reference in New Issue
Block a user