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

Merge branch '348-visited-links-auf-der-stertseite-sind-lila' into 'development'

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

Closes #348

See merge request !585
parents c8e04bdc f221b12c
No related branches found
No related tags found
2 merge requests!619Development,!585Visited Links im "Über uns" Bereich auf der Startseite bleiben nun blau.
This diff is collapsed.
@import "./base.less";
@import "./static-pages.less";
@import "./result-page.less";
@import "./quicktips.less";
\ No newline at end of file
@import "./quicktips.less";
@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 @@
</li>
</ul>
</div>
<div class="col-sm-6">
<div id="about-us" class="col-sm-6">
<h2>
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "about") }}">{{ trans('index.about.title') }}</a>
</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