Skip to content
Snippets Groups Projects
Commit 55728d3c authored by Kim Höfer's avatar Kim Höfer
Browse files

fix text color while hovering

parent 7929dc7d
No related branches found
No related tags found
2 merge requests!1946Development,!1886Resolve "Renew the help page"
...@@ -80,6 +80,10 @@ ...@@ -80,6 +80,10 @@
background-color: @card-background-color; background-color: @card-background-color;
} }
.help-topic:hover {
color:@text-color;
}
.help-topic > p { .help-topic > p {
bottom: 0px; bottom: 0px;
position: absolute; position: absolute;
......
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