Skip to content

Commit

Permalink
split core colors and darkroom style colors
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuther committed Sep 18, 2017
1 parent 9618caf commit f070f91
Show file tree
Hide file tree
Showing 16 changed files with 785 additions and 763 deletions.
563 changes: 289 additions & 274 deletions css/bootstrap-darkroom.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-darkroom.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-darkroom.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-darkroom.min.css.map

Large diffs are not rendered by default.

27 changes: 0 additions & 27 deletions css/darkroom-colors.css
Expand Up @@ -11,30 +11,3 @@
color: #fff;
}
}

/* Sidebar */
#sidebar .handle, #sidebar .info {
color: #a9a9a9;
background-color: #2e2e2e;
border-top: 1px solid #2e2e2e;
border-bottom: 1px solid #2e2e2e;
border-left: 1px solid #2e2e2e;
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}
#sidebar .info a { color: #fff; }

/* Calendar */
@media screen and (max-width: 767px) {
#calendar-table.table-responsive {
border: 1px solid #3c3c3c;
}
}
#calMonth>thead>tr>th {
border-bottom: 2px solid #3c3c3c;
}

@media (max-width: 767px) {
.nav-tabs.nav-justified>li>a {
border-bottom: none;
}
}

0 comments on commit f070f91

Please sign in to comment.