|
|
@ -66,8 +66,8 @@ body{
|
|
|
|
--border-color: hsla(0, 0%, 100%, .2);
|
|
|
|
--border-color: hsla(0, 0%, 100%, .2);
|
|
|
|
--global-background: hsl(220, 25%, 10%);
|
|
|
|
--global-background: hsl(220, 25%, 10%);
|
|
|
|
--background: linear-gradient(to right, #040a29, #0e1538);
|
|
|
|
--background: linear-gradient(to right, #040a29, #0e1538);
|
|
|
|
--shadow-1: hsla(236, 50%, 50%, .3);
|
|
|
|
--shadow-1: #0b1b78;
|
|
|
|
--shadow-2: hsla(236, 50%, 50%, .4);
|
|
|
|
--shadow-2: #173c45;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.enigme{
|
|
|
|
.enigme{
|
|
|
@ -279,7 +279,7 @@ body{
|
|
|
|
|
|
|
|
|
|
|
|
color: aliceblue;
|
|
|
|
color: aliceblue;
|
|
|
|
background: var(--background);
|
|
|
|
background: var(--background);
|
|
|
|
box-shadow: var(--m-shadow, .4rem .4rem 10.2rem .2rem) var(--shadow-1);
|
|
|
|
box-shadow: var(--m-shadow, .4rem .4rem 8.2rem .2rem) var(--shadow-1);
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -308,7 +308,7 @@ body{
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
width: 100%;
|
|
|
|
width: auto;
|
|
|
|
height: 50%;
|
|
|
|
height: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -316,7 +316,7 @@ body{
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: flex-end;
|
|
|
|
align-items: flex-end;
|
|
|
|
width: 100%;
|
|
|
|
width: auto;
|
|
|
|
height: 50%;
|
|
|
|
height: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|