diff --git a/home.php b/home.php index 92dd18f..2fc3f12 100644 --- a/home.php +++ b/home.php @@ -22,7 +22,7 @@ if (!is_empty($_GET['page'])) { - + <?php echo SITE_TITLE; ?> diff --git a/index.php b/index.php index 8b3dec2..ba5ae1e 100644 --- a/index.php +++ b/index.php @@ -66,7 +66,7 @@ if ($VARS['progress'] == "1") { - + <?php echo SITE_TITLE; ?> diff --git a/static/css/app.css b/static/css/app.css index 1bec671..76bf66b 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -12,6 +12,10 @@ text-align: center; } +.navbar-inverse .navbar-toggle .icon-bar { + background-color: white; +} + .qrcode { width: 100%; max-width: 300px; @@ -21,4 +25,16 @@ image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ +} + +.navbar-inverse .navbar-brand { + color: white; +} + +.navbar-inverse .navbar-nav > li > a { + color: white; +} + +.navbar-inverse .navbar-link { + color: white; } \ No newline at end of file