Update dramblr.css (#212)

This commit is contained in:
beese_buck 2022-02-18 11:34:43 -05:00 committed by GitHub
parent d55adbe846
commit b7b587611b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,3 +123,8 @@ blockquote {
.modal-content {
background-color: var(--gray-700)
}
.tooltip{
background-color:var(--gray-100);
color: var(--gray-700);
}