This commit is contained in:
Niyko 2020-04-27 18:43:18 +05:30
commit ffd7e986e3
2 changed files with 6 additions and 3 deletions

View file

@ -4,7 +4,7 @@ An Adminer dark mode material design theme inspired by the Adminer material desi
### :zap: Usage ### :zap: Usage
* Get a copy of [Adminer](https://www.adminer.org/) * Get a copy of [Adminer](https://www.adminer.org/)
* Download the adminer.css from here * Download the `adminer.css` from [here](https://raw.githubusercontent.com/Niyko/Hydra-Dark-Theme-for-Adminer/master/adminer.css)
* Put them both in the same web folder * Put them both in the same web folder
### :mag: Preview ### :mag: Preview

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/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'); @import url('https://fonts.googleapis.com/icon?family=Material+Icons');
html {
background-color: #221f2e;
}
body { body {
display: flex; display: flex;
overflow: hidden; overflow: hidden;
@ -531,7 +534,7 @@ sup {
} }
#content .links:nth-of-type(2) { #content .links:nth-of-type(2) {
margin-top: 30px; margin-top: 30px;
order: 1 order: 0
} }
#content .links a { #content .links a {
display: inline-block; display: inline-block;
@ -977,4 +980,4 @@ a[href="#import"]{
} }
a[href="#import"]:hover{ a[href="#import"]:hover{
color: #ffffff; color: #ffffff;
} }