diff options
| author | Xe Iaso <me@christine.website> | 2023-01-23 20:59:16 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2023-01-23 20:59:25 -0500 |
| commit | 6fdff75ae03b4bc52e0368259a5fe9fa93e43027 (patch) | |
| tree | 8c8fa172d043705285a944c68a65ee555c42b261 /static/css/hack.css | |
| parent | a063bc974f149a7d06146147b67befac597cc2b4 (diff) | |
| download | xesite-6fdff75ae03b4bc52e0368259a5fe9fa93e43027.tar.xz xesite-6fdff75ae03b4bc52e0368259a5fe9fa93e43027.zip | |
add JSX quasi-quoting post
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'static/css/hack.css')
| -rw-r--r-- | static/css/hack.css | 69 |
1 files changed, 8 insertions, 61 deletions
diff --git a/static/css/hack.css b/static/css/hack.css index e6d0406..5d1b506 100644 --- a/static/css/hack.css +++ b/static/css/hack.css @@ -8,24 +8,15 @@ html { text-rendering: geometricPrecision; } body { - font-size: 1rem; - line-height: 1.5rem; + font-size: 1.125rem; + line-height: 1.75rem; margin: 0; - font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, - Bitstream Vera Sans Mono, Courier New, monospace, serif; + font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; word-wrap: break-word; } ::selection { background: #d3869b; } -h1, -h2, -h3, -h4, -h5, -h6 { - line-height: 1.3em; -} fieldset { border: none; padding: 0; @@ -164,26 +155,20 @@ a:hover { flex: 0 0 auto; } } -.hack, +.hack p, +.hack .conversation-chat, .hack blockquote, -.hack code, .hack em, -.hack h1, -.hack h2, -.hack h3, -.hack h4, -.hack h5, -.hack h6, .hack strong { - font-size: 1rem; + font-size: 1.125rem; font-style: normal; - font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, - Bitstream Vera Sans Mono, Courier New, monospace, serif; + font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; } .hack blockquote, .hack code, .hack em, .hack strong { + font-size: 1rem; line-height: 20px; } .hack blockquote, @@ -206,30 +191,12 @@ a:hover { padding: 0; } .hack blockquote, -.hack h1, .hack ol, .hack p, .hack ul { margin-top: 20px; margin-bottom: 20px; } -.hack h1 { - position: relative; - display: inline-block; - display: table-cell; - padding: 20px 0 30px; - margin: 0; - overflow: hidden; -} -.hack h1:after { - content: "==============================================================================================================================================================="; - position: absolute; - bottom: 10px; - left: 0; -} -.hack h1 + * { - margin-top: 0; -} .hack h2, .hack h3, .hack h4, @@ -245,21 +212,6 @@ a:hover { .hack h6:before { display: inline; } -.hack h2:before { - content: "## "; -} -.hack h3:before { - content: "### "; -} -.hack h4:before { - content: "#### "; -} -.hack h5:before { - content: "##### "; -} -.hack h6:before { - content: "###### "; -} .hack li { position: relative; display: block; @@ -306,11 +258,6 @@ a:hover { .hack code { font-weight: 700; } -.hack code:after, -.hack code:before { - content: "`"; - display: inline; -} .hack hr { position: relative; height: 20px; |
