diff --git a/README.md b/README.md index 2959a9e..40b330b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An Adminer dark mode material design theme inspired by the Adminer material desi ### :zap: Usage * 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 ### :mag: Preview diff --git a/adminer.css b/adminer.css index 13593f6..a348495 100644 --- a/adminer.css +++ b/adminer.css @@ -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; -} \ No newline at end of file +}