1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-05 06:07:57 +02:00

Designs: Add default dark

This commit is contained in:
Jakub Vrana
2025-04-05 07:27:59 +02:00
parent 6258c975c1
commit 91d43b574b
3 changed files with 5 additions and 2 deletions

View File

@@ -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; }

View File

@@ -0,0 +1,2 @@
## Screenshot
![screenshot](https://www.adminer.org/static/screenshots/dark.png)

View File

@@ -0,0 +1 @@
/* Empty file named adminer-dark.css causes Adminer to switch to default dark mode. */