New Style #24

Merged
jakob.scheid merged 19 commits from feature/reworked-style into main 2026-05-06 15:51:57 +02:00
2 changed files with 2 additions and 10 deletions
Showing only changes of commit 8d4c54b01b - Show all commits
+1 -1
View File
1
@@ -33,7 +33,7 @@ limitations under the License.
</ul>
</nav>
<div class="content-background">
<div
<header class="global-header">
<h1>Seekra</h1>
<span class="slogan">
+1 -9
View File
@@ -1,14 +1,6 @@
body {
margin: 0;
background-color: #ffffff;
}
.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;
background: linear-gradient(135deg, #ffffff 0%, #E6F3FC 100%);
}
.global-header {
1