Adjust navbar colors for better readability
This commit is contained in:
parent
1e2b5d7e7f
commit
ca3da67929
2
home.php
2
home.php
@ -22,7 +22,7 @@ if (!is_empty($_GET['page'])) {
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" contgreent="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<title><?php echo SITE_TITLE; ?></title>
|
<title><?php echo SITE_TITLE; ?></title>
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ if ($VARS['progress'] == "1") {
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" contgreent="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<title><?php echo SITE_TITLE; ?></title>
|
<title><?php echo SITE_TITLE; ?></title>
|
||||||
|
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-inverse .navbar-toggle .icon-bar {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.qrcode {
|
.qrcode {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
@ -22,3 +26,15 @@
|
|||||||
image-rendering: crisp-edges;
|
image-rendering: crisp-edges;
|
||||||
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
|
-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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user