Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +3 -3
static/style.css
CHANGED
@@ -35,7 +35,7 @@ body::before {
|
|
35 |
left: 0;
|
36 |
width: 100%;
|
37 |
height: 100%;
|
38 |
-
background: linear-gradient(125deg, rgba(
|
39 |
z-index: -1;
|
40 |
}
|
41 |
|
@@ -116,7 +116,7 @@ body::before {
|
|
116 |
left: -4px;
|
117 |
right: -4px;
|
118 |
bottom: -4px;
|
119 |
-
background: linear-gradient(135deg
|
120 |
z-index: -1;
|
121 |
border-radius: 10px;
|
122 |
transform: rotate(3deg); /* Inclinaison du dégradé */
|
@@ -378,7 +378,7 @@ top: -4px;
|
|
378 |
left: -4px;
|
379 |
right: -4px;
|
380 |
bottom: -4px;
|
381 |
-
background: linear-gradient(135deg, #
|
382 |
z-index: -1;
|
383 |
border-radius: 10px;
|
384 |
transform: rotate(3deg); /* Inclinaison du dégradé */
|
|
|
35 |
left: 0;
|
36 |
width: 100%;
|
37 |
height: 100%;
|
38 |
+
background: linear-gradient(125deg, rgba(163, 94, 237, 0.6) 0%, rgba(65, 159, 232, 0.6) 60%);
|
39 |
z-index: -1;
|
40 |
}
|
41 |
|
|
|
116 |
left: -4px;
|
117 |
right: -4px;
|
118 |
bottom: -4px;
|
119 |
+
background: linear-gradient(135deg,#419FE899 0%, #A35EED99 100%);
|
120 |
z-index: -1;
|
121 |
border-radius: 10px;
|
122 |
transform: rotate(3deg); /* Inclinaison du dégradé */
|
|
|
378 |
left: -4px;
|
379 |
right: -4px;
|
380 |
bottom: -4px;
|
381 |
+
background: linear-gradient(135deg, #419FE899 0%,#A35EED99 100%);
|
382 |
z-index: -1;
|
383 |
border-radius: 10px;
|
384 |
transform: rotate(3deg); /* Inclinaison du dégradé */
|