]> git.joonet.de Git - adminer.git/commitdiff
Designs: Link gallery
authorJakub Vrana <jakub@vrana.cz>
Thu, 20 Mar 2025 08:54:18 +0000 (09:54 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 20 Mar 2025 08:54:45 +0000 (09:54 +0100)
designs/README.md [new file with mode: 0644]
designs/readme.txt [deleted file]

diff --git a/designs/README.md b/designs/README.md
new file mode 100644 (file)
index 0000000..5e0602c
--- /dev/null
@@ -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 (file)
index c9a3046..0000000
+++ /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.