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.