a
This commit is contained in:
parent
42773ce1b6
commit
575adfa6af
5 changed files with 58 additions and 144 deletions
|
@ -1,7 +1,8 @@
|
|||
:root {
|
||||
--black: rgb(16,16,16);
|
||||
--gray: rgb(38,38,38);
|
||||
--white: rgb(240,240,240);
|
||||
--black-2: rgb(54, 23, 23);
|
||||
--black: rgb(105, 41, 41);
|
||||
--gray: rgb(161, 72, 72);
|
||||
--white: rgb(255, 246, 223);
|
||||
|
||||
--elem-width: min(800px,90vw);
|
||||
--elem-height: min(800px,90vh);
|
||||
|
@ -9,7 +10,6 @@
|
|||
--border-radius: 15px;
|
||||
|
||||
color: var(--white);
|
||||
background: var(--black);
|
||||
|
||||
font-family: system-ui, sans-serif;
|
||||
}
|
||||
|
@ -18,6 +18,7 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background: var(--black-2);
|
||||
|
||||
margin-top: 0;
|
||||
}
|
||||
|
@ -43,6 +44,7 @@ body {
|
|||
margin: 10px;
|
||||
position: relative;
|
||||
top: calc(-1 * var(--elem-height));
|
||||
background: var(--black);
|
||||
}
|
||||
|
||||
.header {
|
||||
|
@ -107,7 +109,7 @@ body {
|
|||
|
||||
color: var(--white);
|
||||
|
||||
font-size: 1rem;
|
||||
font-size: 1.5rem;
|
||||
padding: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
@ -126,4 +128,14 @@ body {
|
|||
|
||||
a {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
h1 .form-input{
|
||||
margin-bottom: 0;
|
||||
margin-left: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue