Adding actual landing page text
This commit is contained in:
parent
5c4d6c88ae
commit
cdd0359501
3 changed files with 33 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ body {
|
|||
font-size: 16pt;
|
||||
margin: 0;
|
||||
min-height: 100svh;
|
||||
height: 100svh;
|
||||
height: fit-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
|
@ -28,3 +28,16 @@ body {
|
|||
border-left: solid 2px #c6a0f6;
|
||||
border-right: solid 2px #c6a0f6;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #cad3f5;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "Roboto Mono", monospace;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-size: 12pt;
|
||||
background-color: #363a4f;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue