Add the settings page's base
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7b8517aeb7
commit
05b685dc2c
@ -1,2 +1,17 @@
|
||||
@import url(../template/header.css);
|
||||
@import url(../theme/dark.css);
|
||||
|
||||
#body {
|
||||
background-color: var(--second-color);
|
||||
border: 1px solid red;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 85%;
|
||||
border: 1px yellow solid;
|
||||
height: 100%;
|
||||
}
|
Loading…
Reference in new issue