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

blubber font colors, fixes #1383

parent 5ed0793f
No related branches found
No related tags found
No related merge requests found
......@@ -242,9 +242,13 @@
top: 100%;
}
> .name {
color: $light-gray-color-80;
color: $base-color;
font-size: 0.8em;
display: block;
&:hover {
color: $red;
}
}
}
> .avatar {
......@@ -268,7 +272,7 @@
}
> .time {
font-size: 0.8em;
color: $light-gray-color;
color: $black;
time {
@media screen and (max-width: $major-breakpoint-small) {
display: none;
......@@ -475,7 +479,7 @@
}
.lowprio_info {
color: $light-gray-color;
color: $black;
}
.studip-dialog {
......@@ -619,7 +623,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.
Please register or to comment