dark theme, logo, tests

This commit is contained in:
2021-09-13 23:28:56 +01:00
parent 51a08dec9a
commit cd3629a5a0
9 changed files with 43 additions and 24 deletions

View File

@ -20,10 +20,10 @@
else
{
<li class="nav-item">
<a class="nav-link text-dark" asp-area="Identity" asp-page="/Account/Register">Register</a>
<a class="nav-link" asp-area="Identity" asp-page="/Account/Register">Register</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" asp-area="Identity" asp-page="/Account/Login">Login</a>
<a class="nav-link" asp-area="Identity" asp-page="/Account/Login">Login</a>
</li>
}
</ul>

View File

@ -54,7 +54,7 @@ body {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: white;
color: #d6d6d6;
text-align: left;
background-color: #272727; }
@ -1318,7 +1318,7 @@ pre {
.table {
width: 100%;
margin-bottom: 1rem;
color: white; }
color: #d6d6d6; }
.table th,
.table td {
padding: 0.75rem;
@ -1353,7 +1353,7 @@ pre {
background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
color: white;
color: #d6d6d6;
background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
@ -1630,7 +1630,7 @@ select.form-control:focus::-ms-value {
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: white;
color: #d6d6d6;
background-color: transparent;
border: solid transparent;
border-width: 1px 0; }
@ -1899,7 +1899,7 @@ textarea.form-control {
.btn {
display: inline-block;
font-weight: 400;
color: white;
color: #d6d6d6;
text-align: center;
vertical-align: middle;
cursor: pointer;
@ -1915,7 +1915,7 @@ textarea.form-control {
.btn {
transition: none; } }
.btn:hover {
color: white;
color: #d6d6d6;
text-decoration: none; }
.btn:focus, .btn.focus {
outline: 0;
@ -2359,7 +2359,7 @@ input[type="button"].btn-block {
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: white;
color: #d6d6d6;
text-align: left;
list-style: none;
background-color: #fff;
@ -3940,7 +3940,7 @@ input[type="button"].btn-block {
text-decoration: none;
background-color: #f8f9fa; }
.list-group-item-action:active {
color: white;
color: #d6d6d6;
background-color: #e9ecef; }
.list-group-item {
@ -4562,7 +4562,7 @@ a.close.disabled {
.popover-body {
padding: 0.5rem 0.75rem;
color: white; }
color: #d6d6d6; }
.carousel {
position: relative; }
@ -7666,7 +7666,7 @@ a.text-dark:hover, a.text-dark:focus {
color: #121416 !important; }
.text-body {
color: white !important; }
color: #d6d6d6 !important; }
.text-muted {
color: #6c757d !important; }

View File

@ -1,6 +1,6 @@
// Your variable overrides
$body-bg: rgb(39, 39, 39);
$body-color: rgb(255, 255, 255);
$body-color: rgb(214, 214, 214);
@import "../lib/bootstrap/scss/bootstrap";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB