FInal draft for no oauth #43

Merged
Xefir merged 2 commits from simple into master 2022-09-07 17:40:20 +00:00
Showing only changes of commit edb07a1b23 - Show all commits

View File

@ -12,6 +12,10 @@ html, body {
height: 100%;
}
a {
text-decoration: none;
}
body {
background-color: #2f3136;
margin: 0;
@ -22,10 +26,6 @@ body {
justify-content: space-between;
}
#content {
align-self: center;
}
#logo {
position: relative;
left: 24px;
@ -48,6 +48,7 @@ body {
background-color: #18191c;
border-radius: 5px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
align-self: center;
}
#box {
@ -80,7 +81,6 @@ footer ul li:last-child {
footer ul li a {
color: #a3a6aa;
text-decoration: none;
}
footer ul li i {
@ -140,7 +140,6 @@ hr {
padding: 0 16px;
border-radius: 3px;
color: white;
text-decoration: none;
display: inline-block;
}