logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 9c235970ac217668807a2bcc064ee2776b63ac3d
parent 5c0e94250e2db66491dfda3cc71810399591df8b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  8 Jul 2020 04:26:44 +0200

css/index.css: Remove font-family declarations

Diffstat:

Mcss/index.css2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -17,13 +17,11 @@ body, html { color: var(--dark-ansi15); margin: 0; padding: 0; - font-family: sans; } blockquote { border-left: 0.1em solid; padding-left: 0.5em; } -h1, h2, h3, h4, h5, h6 { font-family: serif; } code, pre { background-color: var(--dark-ansi00); color: var(--dark-ansi15);