Merge pull request #7882 from hoergen/Plusminus

Made Connectors on new composer popup more visible
This commit is contained in:
Hypolite Petovan 2019-11-30 23:18:26 -05:00 committed by GitHub
commit 249bcee686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,3 +128,13 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con
text-decoration-color: black;
text-decoration-style: wavy;
}
/* New compose popup */
.profile-jot-net {
background: #dff0d8;
}
.profile-jot-net summary {
color: #3c763d;
font-weight: bold;
}