Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2018-07-25 23:09:45 +0300
committerLuiz F. A. de Prá <luizdepra@users.noreply.github.com>2018-07-25 23:09:45 +0300
commit1d8e1935def276a36430ee2a35b98e6cb342e080 (patch)
tree59e2e8cdb793b1114052a7776febd8a1f02979b8
parent20ab4aaa704a8bc85b821a14867e9368c14a8b92 (diff)
Add style enhancements for AsciiDoc (#67)v1.0
-rw-r--r--static/less/style.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/less/style.less b/static/less/style.less
index 1b40eff..66873a7 100644
--- a/static/less/style.less
+++ b/static/less/style.less
@@ -432,3 +432,8 @@ img {
float: left;
}
+// ### AsciiDoc style enhancements ###
+
+.title {
+ font-weight: bold;
+}