aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--favicon.pngbin103 -> 3087 bytes
-rw-r--r--logo.pngbin103 -> 3087 bytes
-rw-r--r--style.css14
3 files changed, 14 insertions, 0 deletions
diff --git a/favicon.png b/favicon.png
index 3ecab99..021df45 100644
--- a/favicon.png
+++ b/favicon.png
Binary files differ
diff --git a/logo.png b/logo.png
index 3ecab99..021df45 100644
--- a/logo.png
+++ b/logo.png
Binary files 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 {