diff options
-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"/> |