Dark #1269

Merged
btzr-io merged 4 commits from dark into master 2018-04-17 08:32:42 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 01140632e5 - Show all commits

View file

@ -127,7 +127,7 @@ $large-breakpoint: 1760px;
--search-modal-input-height: 70px;
/* Nav */
--nav-color: #bbb;
--nav-color: var(--color-grey-dark);
--nav-bg-color: var(--color-grey-light);
/* Table */

View file

@ -1,5 +1,4 @@
.card {
color: var(--card-text-color);
margin-left: auto;
margin-right: auto;
border-radius: var(--card-radius);