use HTTP_HOST as title

This commit is contained in:
Pau Capó 2023-11-26 20:41:39 +01:00
parent 6e6f270df4
commit e38c8e7a8b
2 changed files with 6 additions and 3 deletions

View file

@ -69,11 +69,15 @@ h1 {
background:none;
}
#menu .title {
font-size: 50%;
color: #fff;
}
#menu #version {
color: red;
}
#menu .version:before {
content: 'Adminer ';
color: #fff;
}
#menu #h1 {