diff --git a/adminer/static/dark.css b/adminer/static/dark.css index ef34283f..8540dd84 100644 --- a/adminer/static/dark.css +++ b/adminer/static/dark.css @@ -5,8 +5,8 @@ html { --fg: #829bb0; } -a { color: #517fa8; } -a:visited { color: #517fa8; } +a { color: #618CB3; } +a:visited { color: #618CB3; } a:link:hover, a:visited:hover { color: #9bc0e1; } h1 { border-color: #5e94c1; color: #ffddbf; background: #154269; } h2 { border-color: #a3bdd3; color: #000; background: #3c678d; } diff --git a/designs/adminer-dark/README.md b/designs/adminer-dark/README.md new file mode 100644 index 00000000..13694e96 --- /dev/null +++ b/designs/adminer-dark/README.md @@ -0,0 +1,2 @@ +## Screenshot +![screenshot](https://www.adminer.org/static/screenshots/dark.png) diff --git a/designs/adminer-dark/adminer-dark.css b/designs/adminer-dark/adminer-dark.css new file mode 100644 index 00000000..786f9481 --- /dev/null +++ b/designs/adminer-dark/adminer-dark.css @@ -0,0 +1 @@ +/* Empty file named adminer-dark.css causes Adminer to switch to default dark mode. */