Fixed the background colour issue, fixed an ordering issue

This commit is contained in:
Thomas 2020-04-24 13:16:02 -07:00
parent e1763b9e7d
commit 9f600b669f

View file

@ -9,6 +9,9 @@ https://github.com/Niyko/Hydra-Dark-Theme-for-Adminer
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
html {
background-color: #221f2e;
}
body {
display: flex;
overflow: hidden;
@ -531,7 +534,7 @@ sup {
}
#content .links:nth-of-type(2) {
margin-top: 30px;
order: 1
order: 0
}
#content .links a {
display: inline-block;
@ -977,4 +980,4 @@ a[href="#import"]{
}
a[href="#import"]:hover{
color: #ffffff;
}
}