@@ -21,7 +21,7 @@
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-white navbar-shadow">
<div class="container">
- <a asp-controller="Home" asp-action="Index" class="navbar-brand @Html.IsActive("Home", "Index", "col-blue")">Payment</a>
+ <a asp-controller="Home" asp-action="Index" class="navbar-brand"><img src="~/images/Payment-Title.png" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
@@ -39,10 +39,6 @@ ul, ol {
}
-.col-blue {
- color: #007bff !important;
-}
-
.bg-white {
background: #fff !important;
@@ -1,3 +1,6 @@
+/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
+for details on configuring this project to bundle and minify static web assets. */
+
body {
font-family: Monospaced Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
line-height: 1.5;
@@ -36,10 +39,6 @@ ul, ol {