From 3c310ddfaf062fe5400352a54c9f171be0df3394 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 20 Mar 2025 09:54:18 +0100 Subject: [PATCH] Designs: Link gallery --- designs/README.md | 6 ++++++ designs/readme.txt | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 designs/README.md delete mode 100644 designs/readme.txt diff --git a/designs/README.md b/designs/README.md new file mode 100644 index 00000000..5e0602cf --- /dev/null +++ b/designs/README.md @@ -0,0 +1,6 @@ +Copy `adminer.css` alongside Adminer PHP script to use an alternative design. +If the design supports dark mode then it should be named `adminer-dark.css`. + +Gallery of designs (including external): https://www.adminer.org/#extras + +See also: [plugins/designs.php](/plugins/designs.php) diff --git a/designs/readme.txt b/designs/readme.txt deleted file mode 100644 index c9a3046b..00000000 --- a/designs/readme.txt +++ /dev/null @@ -1,3 +0,0 @@ -Copy adminer.css alongside Adminer PHP script to use an alternative design. - -If the design supports dark mode then it should be named adminer-dark.css.