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 @@ ...@@ -242,9 +242,13 @@
top: 100%; top: 100%;
} }
> .name { > .name {
color: $light-gray-color-80; color: $base-color;
font-size: 0.8em; font-size: 0.8em;
display: block; display: block;
&:hover {
color: $red;
}
} }
} }
> .avatar { > .avatar {
...@@ -268,7 +272,7 @@ ...@@ -268,7 +272,7 @@
} }
> .time { > .time {
font-size: 0.8em; font-size: 0.8em;
color: $light-gray-color; color: $black;
time { time {
@media screen and (max-width: $major-breakpoint-small) { @media screen and (max-width: $major-breakpoint-small) {
display: none; display: none;
...@@ -475,7 +479,7 @@ ...@@ -475,7 +479,7 @@
} }
.lowprio_info { .lowprio_info {
color: $light-gray-color; color: $black;
} }
.studip-dialog { .studip-dialog {
...@@ -619,7 +623,7 @@ ...@@ -619,7 +623,7 @@
time { time {
font-size: 0.8em; font-size: 0.8em;
font-weight: normal; 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