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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-09-09 21:59:23 +0300
committerVivek R <vividvilla@gmail.com>2019-09-09 21:59:23 +0300
commit1ab28caf4fc8664ad779b84a0f3e42741c974ee0 (patch)
tree3cf17f0bbdc6efaaaa6cb02ba8045f2d7737216b
parentbb28e76551834a70f1889fb7601b49e5abd7e328 (diff)
fix: increase font weight for em inside blockquote
-rw-r--r--exampleSite/content/posts/post-5.md5
-rw-r--r--static/css/main.css4
2 files changed, 8 insertions, 1 deletions
diff --git a/exampleSite/content/posts/post-5.md b/exampleSite/content/posts/post-5.md
index 2d7daeb..16c8a7f 100644
--- a/exampleSite/content/posts/post-5.md
+++ b/exampleSite/content/posts/post-5.md
@@ -56,10 +56,13 @@ func setCookie(cookie *http.Cookie, w interface{}) error {
}
```
-This is blockquote, Will make it better now
+This is blockquote, Will make it *better now*
> 'I want to do with you what spring does with the cherry trees.' <cite>cited ~Pablo Neruda</cite>*
+
+> Et harum quidem *rerum facilis* est et expeditasi distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihilse impedit
+
Unordered list
* Red
diff --git a/static/css/main.css b/static/css/main.css
index 804d717..7cd7d52 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -64,6 +64,10 @@ blockquote cite {
opacity: .8
}
+blockquote em {
+ font-weight: 600;
+}
+
a,a:hover {
color: #a00;
text-decoration: none