New Style #24

Merged
jakob.scheid merged 19 commits from feature/reworked-style into main 2026-05-06 15:51:57 +02:00
Showing only changes of commit 4d78a742e1 - Show all commits
+3 -1
View File
@@ -6,7 +6,7 @@ body {
background: background:
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%), radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Not necessary due to line 3 (min-height: 100vh;).

Not necessary due to line 3 (`min-height: 100vh;`).
linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8); linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8);
height: 300px; height: 400px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@@ -22,6 +22,8 @@ body {
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
background-clip: text; background-clip: text;
font-size: 6rem;
margin-bottom: 0;
} }
.slogan{ .slogan{