aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejavu Moe <[email protected]>2023-05-14 14:40:44 +0800
committerDejavu Moe <[email protected]>2023-05-14 14:40:44 +0800
commit9781c98bfd66bd6b2468e88a00152c18d072c3f1 (patch)
tree3a05bbe8268d9c28cbcdb024c1e92f2b8d633aa0
parent23ce342dafd2bd1b3c1a304ccf3d9b279ce1d7c7 (diff)
downloadstagit-master.tar.gz
stagit-master.zip
update styleHEADmaster
-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 {