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