diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-18 15:31:49 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-18 15:31:49 -0600 |
commit | 6e1c9bd4ef3658d2fde164c518f8df4c7e57f2bc (patch) | |
tree | cded9b0f84fd081a138b1c50eeda64bce47e5a3b | |
parent | d7ca24ce92b949eba1764e30f6ad0ea31539a2a2 (diff) |
updated blockquote css
-rw-r--r-- | Resources/assets/main.css | 24 | ||||
-rw-r--r-- | docs/assets/main.css | 24 | ||||
-rw-r--r-- | docs/feed.rss | 4 |
3 files changed, 50 insertions, 2 deletions
diff --git a/Resources/assets/main.css b/Resources/assets/main.css index 4e1b9e6..8427ebf 100644 --- a/Resources/assets/main.css +++ b/Resources/assets/main.css @@ -1,3 +1,27 @@ + +blockquote { + margin: 50px auto; + padding: 1.2em 30px 1.2em 75px; + border-left: 8px solid #ccc; + line-height: 1.6; + position: relative; + background: #EDEDED; +} + +blockquote::before { + font-family: Arial; + content: "\201C"; + color: #ccc; + font-size: 4em; + position: absolute; + left: 10px; + top: -10px; +} + +blockquote::after { + content: ' '; +} + pre { line-height: 125%; margin: 0; } td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } diff --git a/docs/assets/main.css b/docs/assets/main.css index 4e1b9e6..8427ebf 100644 --- a/docs/assets/main.css +++ b/docs/assets/main.css @@ -1,3 +1,27 @@ + +blockquote { + margin: 50px auto; + padding: 1.2em 30px 1.2em 75px; + border-left: 8px solid #ccc; + line-height: 1.6; + position: relative; + background: #EDEDED; +} + +blockquote::before { + font-family: Arial; + content: "\201C"; + color: #ccc; + font-size: 4em; + position: absolute; + left: 10px; + top: -10px; +} + +blockquote::after { + content: ' '; +} + pre { line-height: 125%; margin: 0; } td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } diff --git a/docs/feed.rss b/docs/feed.rss index b4a6f97..db86de0 100644 --- a/docs/feed.rss +++ b/docs/feed.rss @@ -4,8 +4,8 @@ <title>Navan's Archive</title> <description>Rare Tips, Tricks and Posts</description> <link>https://web.navan.dev/</link><language>en</language> - <lastBuildDate>Tue, 17 Oct 2023 20:18:44 -0000</lastBuildDate> - <pubDate>Tue, 17 Oct 2023 20:18:44 -0000</pubDate> + <lastBuildDate>Wed, 18 Oct 2023 15:31:35 -0000</lastBuildDate> + <pubDate>Wed, 18 Oct 2023 15:31:35 -0000</pubDate> <ttl>250</ttl> <atom:link href="https://web.navan.dev/feed.rss" rel="self" type="application/rss+xml"/> |