Merge pull request #4 from guitaristtom/master
Fixed the background colour issue, fixed an ordering issue
This commit is contained in:
commit
55e06cd4c0
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue