Change Background

This commit is contained in:
2026-05-06 14:52:01 +02:00
parent 4497396a8f
commit 8d4c54b01b
2 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ limitations under the License.
</ul> </ul>
</nav> </nav>
<div class="content-background"> <div
<header class="global-header"> <header class="global-header">
<h1>Seekra</h1> <h1>Seekra</h1>
<span class="slogan"> <span class="slogan">
+1 -9
View File
@@ -1,14 +1,6 @@
body { body {
margin: 0; margin: 0;
background-color: #ffffff; background: linear-gradient(135deg, #ffffff 0%, #E6F3FC 100%);
}
.content-background {
background:
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8);
height: 400px;
display: flex;
flex-direction: column;
} }
.global-header { .global-header {