summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/base/markdown.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/base/markdown.less')
-rw-r--r--theme/stylesheets/base/markdown.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/stylesheets/base/markdown.less b/theme/stylesheets/base/markdown.less
index b2866b7..1e235a8 100644
--- a/theme/stylesheets/base/markdown.less
+++ b/theme/stylesheets/base/markdown.less
@@ -1,4 +1,4 @@
-.markdown-content(@md-color, @md-line-height) {
+.markdown-content(@md-color: #000, @md-line-height: 1.6, @md-link-color: #4183c4) {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
line-height: 1.4;
@@ -70,7 +70,7 @@
}
a {
- color: #4183c4;
+ color: @md-link-color;
text-decoration: none;
}