From 9f600b669f646309c013ab4c425ed27ac20c7ada Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 24 Apr 2020 13:16:02 -0700 Subject: [PATCH] Fixed the background colour issue, fixed an ordering issue --- adminer.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +}