Restaure le dégradé de fond du site
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
:root {
|
:root {
|
||||||
--bg: #140700;
|
--bg: #140700;
|
||||||
--bg-soft: #051225;
|
--bg-soft: #051225;
|
||||||
|
--site-gradient: linear-gradient(128deg, #ffb15a 0%, #f3a45f 26%, #9a6670 54%, #4b6fa8 78%, #2d78ef 100%);
|
||||||
--panel: rgba(14, 16, 21, 0.82);
|
--panel: rgba(14, 16, 21, 0.82);
|
||||||
--panel-alt: rgba(19, 22, 29, 0.76);
|
--panel-alt: rgba(19, 22, 29, 0.76);
|
||||||
--panel-border: rgba(255, 255, 255, 0.12);
|
--panel-border: rgba(255, 255, 255, 0.12);
|
||||||
@@ -31,7 +32,7 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
background: #140700;
|
background: var(--site-gradient);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -40,8 +41,7 @@ body {
|
|||||||
padding: var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);
|
padding: var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);
|
||||||
font-family: "Segoe UI", "Trebuchet MS", sans-serif;
|
font-family: "Segoe UI", "Trebuchet MS", sans-serif;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
background:
|
background: var(--site-gradient);
|
||||||
linear-gradient(128deg, #ffb15a 0%, #f3a45f 26%, #9a6670 54%, #4b6fa8 78%, #2d78ef 100%);
|
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1863,7 +1863,7 @@ textarea:focus {
|
|||||||
.phase-body {
|
.phase-body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
--phase-top-offset: var(--safe-top);
|
--phase-top-offset: var(--safe-top);
|
||||||
background: #140700;
|
background: var(--site-gradient);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (display-mode: standalone), (display-mode: fullscreen) {
|
@media (display-mode: standalone), (display-mode: fullscreen) {
|
||||||
|
|||||||
Reference in New Issue
Block a user