rebranding
This commit is contained in:
parent
68aed02187
commit
b2bdfe4169
4 changed files with 22 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
body {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
padding-top: 0px;
|
||||
margin-top: 0px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -83,4 +83,18 @@ form {
|
|||
background-color: var(--hyperlink);
|
||||
font-weight: bold;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.header {
|
||||
background: var(--dark-1);
|
||||
color: var(--light-1);
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
width: 100vw;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.header a {
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue