Skip to content

Commit 9196bc6

Browse files
committed
add bg-dark
1 parent 01afc9b commit 9196bc6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

frontend/src/styles.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,15 @@ md-dialog-container.mat-dialog-container {
4848
.ui-keyboard-button {
4949
margin: 3px;
5050
}
51+
52+
/* temporary until we include bootstrap v4.1 */
53+
54+
.bg-dark {
55+
background-color: #343a40;
56+
}
57+
58+
.btn-dark {
59+
color: #fff;
60+
background-color: #343a40;
61+
border-color: #343a40;
62+
}

0 commit comments

Comments
 (0)