Merge pull request #4 from guitaristtom/master

Fixed the background colour issue, fixed an ordering issue
This commit is contained in:
Niyko 2020-04-27 18:38:09 +05:30 committed by GitHub
commit 55e06cd4c0

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;
}
}