From 9781c98bfd66bd6b2468e88a00152c18d072c3f1 Mon Sep 17 00:00:00 2001 From: Dejavu Moe Date: Sun, 14 May 2023 14:40:44 +0800 Subject: update style --- favicon.png | Bin 103 -> 3087 bytes logo.png | Bin 103 -> 3087 bytes style.css | 14 ++++++++++++++ 3 files changed, 14 insertions(+) diff --git a/favicon.png b/favicon.png index 3ecab99..021df45 100644 Binary files a/favicon.png and b/favicon.png differ diff --git a/logo.png b/logo.png index 3ecab99..021df45 100644 Binary files a/logo.png and b/logo.png differ diff --git a/style.css b/style.css index a2ba187..206f987 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,15 @@ body { font-family: monospace; } +/* Fixes incorrect iOS font sizing due to flexbox */ +/* Ref: https://github.com/jpe90/stagit/commit/f7cca176b6ccf436f498cf4876b4d60553d92aa2 */ +code { + text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -moz-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; +} + h1, h2, h3, h4, h5, h6 { font-size: 1em; margin: 0; @@ -87,6 +96,11 @@ pre a.h { color: #00a; } +pre#blob a.line { + text-align:right; + user-select: none; +} + .A, span.i, pre a.i { -- cgit v1.2.3-54-g00ecf