Skip to content
Snippets Groups Projects
Commit 4c2f099e authored by Michaela Brückner's avatar Michaela Brückner :unicorn:
Browse files

fixes #4232

Merge request studip/studip!3065
parent ffed2f11
No related branches found
No related tags found
No related merge requests found
......@@ -1092,6 +1092,11 @@ a:hover.tree {
.blubber_thread ol.comments > li.mine > .content {
background-color: $black;
blockquote,
blockquote > .author {
color: $white !important;
}
}
.blubber_thread ol.comments > li.theirs > .content {
......@@ -1129,7 +1134,7 @@ a:hover.tree {
/* Suchfelder und -ergebnisse */
::placeholder {
color: $darkergray;
color: $black;
}
#globalsearch-searchbar #globalsearch-list section header {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment