Skip to content

Commit

Permalink
Fix intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Aug 4, 2017
1 parent 953708d commit 4cfa4be
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions modules/core/client/less/layout/typography.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,32 @@
color: @text-highlight-color;
}

h1, h2, h3, h4 {
.font-brand-regular();
}
h1, h2, h3, h4 {
.font-brand-regular();
}

blockquote {
font-size: @font-size-base;
}

.undecorated-link {
&,
&:active,
&:focus,
&:hover {
text-decoration: none;
}
}
.text-color-links {
a {
color: @text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
.undecorated-link {
&,
&:active,
&:focus,
&:hover {
text-decoration: none;
}
}

.text-color-links {
a {
color: @text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}

/**
* Hosting status colors
Expand Down

0 comments on commit 4cfa4be

Please sign in to comment.