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 @@ ...@@ -237,9 +237,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 {
...@@ -263,7 +267,7 @@ ...@@ -263,7 +267,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;
...@@ -470,7 +474,7 @@ ...@@ -470,7 +474,7 @@
} }
.lowprio_info { .lowprio_info {
color: $light-gray-color; color: $black;
} }
.studip-dialog { .studip-dialog {
...@@ -614,7 +618,7 @@ ...@@ -614,7 +618,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