Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Slightly adjust bottom links style
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Mar 16, 2015
1 parent c8c983b commit f2e15da
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions onegov/town/theme/styles/town.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@
links at the absoulte bottom
*/
.bottom-links,
.bottom-links a {
.bottom-links {
color: $bottom-links-color;
font-size: $bottom-links-size;
}
margin-left: 1rem;

a {
color: $bottom-links-color;
font-size: $bottom-links-size;

.bottom-links a:hover {
text-decoration: underline;
:hover {
text-decoration: underline;
}
}
}

0 comments on commit f2e15da

Please sign in to comment.