Skip to content
Snippets Groups Projects
Commit f221b12c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Visited Links im "Über uns" Bereich auf der Startseite bleiben nun blau.

parent c8e04bdc
No related branches found
No related tags found
2 merge requests!619Development,!585Visited Links im "Über uns" Bereich auf der Startseite bleiben nun blau.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
@import "./base.less"; @import "./base.less";
@import "./static-pages.less"; @import "./static-pages.less";
@import "./result-page.less"; @import "./result-page.less";
@import "./quicktips.less"; @import "./quicktips.less";
\ No newline at end of file @import "./start-page.less";
\ No newline at end of file
#about-us a:visited {
color: @link-color;
}
\ No newline at end of file
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="col-sm-6"> <div id="about-us" class="col-sm-6">
<h2> <h2>
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "about") }}">{{ trans('index.about.title') }}</a> <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "about") }}">{{ trans('index.about.title') }}</a>
</h2> </h2>
......
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