Adoucit le dégradé du fond
This commit is contained in:
10
styles.css
10
styles.css
@@ -35,7 +35,7 @@ body {
|
|||||||
font-family: "Segoe UI", "Trebuchet MS", sans-serif;
|
font-family: "Segoe UI", "Trebuchet MS", sans-serif;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
background:
|
background:
|
||||||
linear-gradient(120deg, #ff7f00 0%, #ff9d1e 24%, #261205 46%, #0b2347 72%, #1167ff 100%);
|
linear-gradient(128deg, #ffb15a 0%, #f3a45f 26%, #9a6670 54%, #4b6fa8 78%, #2d78ef 100%);
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -45,9 +45,9 @@ body::before {
|
|||||||
inset: 0;
|
inset: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background:
|
background:
|
||||||
radial-gradient(circle at 14% 18%, rgba(255, 157, 30, 0.3), transparent 34%),
|
radial-gradient(circle at 16% 20%, rgba(255, 177, 90, 0.22), transparent 36%),
|
||||||
radial-gradient(circle at 85% 14%, rgba(52, 141, 255, 0.26), transparent 32%),
|
radial-gradient(circle at 84% 16%, rgba(77, 136, 236, 0.2), transparent 34%),
|
||||||
radial-gradient(circle at 50% 100%, rgba(5, 18, 37, 0.35), transparent 38%);
|
radial-gradient(circle at 50% 100%, rgba(17, 28, 52, 0.2), transparent 40%);
|
||||||
}
|
}
|
||||||
|
|
||||||
body::after {
|
body::after {
|
||||||
@@ -55,7 +55,7 @@ body::after {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.18));
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.1));
|
||||||
}
|
}
|
||||||
|
|
||||||
.ambient {
|
.ambient {
|
||||||
|
|||||||
Reference in New Issue
Block a user