diff --git a/res/index/style.css b/res/index/style.css index d46b061..94a8f93 100644 --- a/res/index/style.css +++ b/res/index/style.css @@ -72,7 +72,7 @@ body padding: 5vh; position: relative; - border: solid 1px black; + border: solid 1px #3E392F; border-radius: 0.5vh 0.5vh; background: #6F7270; } @@ -80,11 +80,27 @@ body #login_pane * { padding: 1vh; + + display: flex; + flex-direction: column; + align-items:center; + + font-size: 2vh; } -#sub_btn_div +#login_pane input { - padding-top: 7vh; + margin-top: 1vh; + border: 1px solid #3E392F; + border-radius: 0.5vh 0.5vh; + + background-color: #C1BFBE; +} + +#sub_btn +{ + padding-right: 2vh; + padding-left: 2vh; } #login_buttons