all repos — site @ 7d6e9a9d7c0b2a3dcb8c1e7a4dafc73987b58063

source for my site, found at icyphox.sh

Better <blockquote>, <hr>

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Fri, 25 Oct 2019 23:28:28 +0530
commit

7d6e9a9d7c0b2a3dcb8c1e7a4dafc73987b58063

parent

e7dd76b33fa48706d7140540e4d5ea8e8603587d

3 files changed, 8 insertions(+), 14 deletions(-)

jump to
M pages/_index.mdpages/_index.md

@@ -17,7 +17,7 @@ and has his [dotfiles](https://github.com/icyphox/dotfiles) under version control.

I do a bunch of other things too, which you can read all about [here](/about). Want to contact me? The best way is via email, at [x@icyphox.sh](mailto:x@icyphox.sh) -or via [Twitter](https://twitter.com/icyphox) DMs. Or if you prefer IRC, I'm `icy` / +or [Twitter](https://twitter.com/icyphox) DMs. Or if you prefer IRC, I'm `icy` / `icyphox` on Rizon and Freenode. # latest post
M static/style.cssstatic/style.css

@@ -235,21 +235,15 @@ bottom: 2em;

} blockquote { + border-left: 0.25rem solid gray; + color: gray; font-style: italic; - color: gray; -} - -blockquote::before { - content: "\“"; - font-size: 40px; - font-weight: bold; + margin: .8rem 0; + padding: .5rem 1rem } -blockquote::after { - content: "\”"; - font-size: 40px; - font-weight: bold; - +hr { + width: 20%; } ::selection {
M templates/text.htmltemplates/text.html

@@ -35,7 +35,7 @@ <h2>{{ subtitle }}</h2>

{{ body }} </div> <hr /> - <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:x@icyphox.sh">x@icyphox.sh</a>.</p> + <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send an email to <a href="mailto:x@icyphox.sh">x@icyphox.sh</a>.</p> <footer> {{ footer }} </footer>