diff --git a/.vs/QRcodeWebApp/v17/.wsuo b/.vs/QRcodeWebApp/v17/.wsuo new file mode 100644 index 0000000..8d40617 Binary files /dev/null and b/.vs/QRcodeWebApp/v17/.wsuo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..4034fbc Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/static/css/styles.css b/static/css/styles.css index b039a7d..d76bf41 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -14,7 +14,7 @@ --bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; - --bs-pink: #d63384;a + --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; @@ -600,6 +600,10 @@ progress { .img-fluid { max-width: 100%; height: auto; + border: 2px solid #000; + padding: 22px; + border-radius: 70px; + } .img-thumbnail { @@ -3693,7 +3697,7 @@ textarea.form-control-lg { color: var(--bs-navbar-brand-color); white-space: nowrap; } -} + .navbar-nav { --bs-nav-link-padding-x: 0; @@ -10618,7 +10622,7 @@ blockquote { color: #fff; } - } + #mainNav .navbar-nav > li.nav-item > a.nav-link { color: #fff; } @@ -10646,7 +10650,7 @@ blockquote { color: #212529; } - } + #mainNav.is-fixed .navbar-nav > li.nav-item > a { color: #212529; }