Adjust navbar colors for better readability

V2_Rewrite
Skylar Ittner 7 年前
父节点 1e2b5d7e7f
当前提交 ca3da67929

@ -22,7 +22,7 @@ if (!is_empty($_GET['page'])) {
<head>
<meta charset="UTF-8">
<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>

@ -66,7 +66,7 @@ if ($VARS['progress'] == "1") {
<head>
<meta charset="UTF-8">
<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>

@ -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;
}
正在加载...
取消
保存