Better <blockquote>, <hr> Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Fri, 25 Oct 2019 23:28:28 +0530
3 files changed,
8 insertions(+),
14 deletions(-)
M
pages/_index.md
→
pages/_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.css
→
static/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.html
→
templates/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>