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

blubber font colors, fixes #1383

parent 4b3349aa
No related branches found
No related tags found
No related merge requests found
......@@ -237,9 +237,13 @@
top: 100%;
}
> .name {
color: $light-gray-color-80;
color: $base-color;
font-size: 0.8em;
display: block;
&:hover {
color: $red;
}
}
}
> .avatar {
......@@ -263,7 +267,7 @@
}
> .time {
font-size: 0.8em;
color: $light-gray-color;
color: $black;
time {
@media screen and (max-width: $major-breakpoint-small) {
display: none;
......@@ -470,7 +474,7 @@
}
.lowprio_info {
color: $light-gray-color;
color: $black;
}
.studip-dialog {
......@@ -614,7 +618,7 @@
time {
font-size: 0.8em;
font-weight: normal;
color: $light-gray-color;
color: $black;
}
}
......
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