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

fixes #1380 #1533

parent 0965ac2b
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
h2, h3 { h2, h3 {
border-bottom: 0; border-bottom: 0;
color: #fff; color: @white;
font-size: 1em; font-size: 1em;
font-weight: normal; font-weight: normal;
margin: 0; margin: 0;
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
} }
.helpbar-widgets { .helpbar-widgets {
color: #fff; color: @white;
list-style: none; list-style: none;
padding: 0; padding: 0;
...@@ -87,10 +87,9 @@ ...@@ -87,10 +87,9 @@
vertical-align: text-bottom; vertical-align: text-bottom;
} }
a:link, a:visited { a:link, a:visited {
color: #fff; color: @white;
} }
a:hover, a:active { a:hover, a:active {
color: @white;
text-decoration: underline; text-decoration: underline;
} }
> li { > li {
......
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