add globals

This commit is contained in:
Jonathan Baecker 2020-04-16 18:26:12 +02:00
parent b3d238c28c
commit 420c0c8dbb

View File

@ -18,7 +18,7 @@
margin-right: 1em;
}
.form-control, #tags-basic, .custom-select {
.form-control, .tags-list ul li div input, .custom-select {
color: #e4e4e4;
background-color: #32383E;
}
@ -36,3 +36,7 @@
color: #f5f5f5;
background-color: #424a53;
}
.alert {
margin-bottom: 0;
}