Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorPiotr Przybylski <piotrprz@gmail.com>2013-11-03 16:17:29 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2013-11-03 16:17:29 +0400
commit0f717860312a626712a04f6894b089e5abee4a10 (patch)
treec28eeff15f79b0931b1dd8bf51996bd3904b4ba4 /setup
parent29ea84be7f57a6823082a323919d418bd217810d (diff)
Tuned logo colors in setup
One more test fix
Diffstat (limited to 'setup')
-rw-r--r--setup/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/styles.css b/setup/styles.css
index 2159934b3a..285d68e413 100644
--- a/setup/styles.css
+++ b/setup/styles.css
@@ -94,11 +94,11 @@ h1 {
/* phpMyAdmin logo colors */
.blue {
- color: #7584B3;
+ color: #666699;
}
.orange {
- color: #FFAD17;
+ color: #FF9900;
}
.red {