Commit 1f2d0813 authored by Nick Stenning's avatar Nick Stenning

Fix minor visual regression on help pages

A style for anchor tags was moved from `common.scss` to `elements.scss`,
and so we now need to include that here.
parent 009d7687
......@@ -3,9 +3,10 @@
$base-font-size: 16px;
$base-line-height: 22px;
@import 'reset';
@import 'common';
@import "./mixins/icons";
@import './reset';
@import './common';
@import './elements';
@import './mixins/icons';
body {
background: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment