Updated front-end to match back-end and better styling
This commit is contained in:
@@ -12,17 +12,30 @@
|
||||
}
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
height: 100dvh;
|
||||
width: 100dvw;
|
||||
overflow: hidden;
|
||||
background-color: #131313;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#root, .app {
|
||||
background-color: #131313;
|
||||
color: #ffffff;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.app {
|
||||
padding: 1rem;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mau {
|
||||
|
||||
Reference in New Issue
Block a user