diff --git a/server/static/android-chrome-192x192.png b/server/static/android-chrome-192x192.png new file mode 100644 index 0000000000000000000000000000000000000000..2342d82c0b663bf671cf1426c6b57e4f826542a9 Binary files /dev/null and b/server/static/android-chrome-192x192.png differ diff --git a/server/static/android-chrome-512x512.png b/server/static/android-chrome-512x512.png new file mode 100644 index 0000000000000000000000000000000000000000..d25b64f77a0701dd1316ec7f26b807c7d6e1893c Binary files /dev/null and b/server/static/android-chrome-512x512.png differ diff --git a/server/static/apple-touch-icon.png b/server/static/apple-touch-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ba99f40f188d557e37ca9cbfbc8f0af1d18d91 Binary files /dev/null and b/server/static/apple-touch-icon.png differ diff --git a/server/static/browserconfig.xml b/server/static/browserconfig.xml new file mode 100644 index 0000000000000000000000000000000000000000..c3b1f8a58719d012f9301bae03bfe7539d615ee3 --- /dev/null +++ b/server/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #000000 + + + diff --git a/server/static/favicon-16x16.png b/server/static/favicon-16x16.png new file mode 100644 index 0000000000000000000000000000000000000000..486c293a8248f03d74d09da2613bf90faba287bd Binary files /dev/null and b/server/static/favicon-16x16.png differ diff --git a/server/static/favicon-32x32.png b/server/static/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..a34711800bd9138a465b76ebb91ad379baacac8e Binary files /dev/null and b/server/static/favicon-32x32.png differ diff --git a/server/static/favicon.png b/server/static/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..821698c28fe0047d22f09b94e1634ef00819d71f Binary files /dev/null and b/server/static/favicon.png differ diff --git a/server/static/favicon.svg b/server/static/favicon.svg new file mode 100644 index 0000000000000000000000000000000000000000..e1ab2cfaddcaf5ad713bfa9c5805b44cfad02d0c --- /dev/null +++ b/server/static/favicon.svg @@ -0,0 +1,14 @@ + + + + + diff --git a/server/static/mstile-144x144.png b/server/static/mstile-144x144.png new file mode 100644 index 0000000000000000000000000000000000000000..e70abaf8d20288ed4ea4966c7f19334657eae981 Binary files /dev/null and b/server/static/mstile-144x144.png differ diff --git a/server/static/mstile-150x150.png b/server/static/mstile-150x150.png new file mode 100644 index 0000000000000000000000000000000000000000..545758300a14795d8875a43c907d2a994f3aaf4c Binary files /dev/null and b/server/static/mstile-150x150.png differ diff --git a/server/static/mstile-310x150.png b/server/static/mstile-310x150.png new file mode 100644 index 0000000000000000000000000000000000000000..73072f380d4b1c67bd55de6075dbfaa7ceb2ebf7 Binary files /dev/null and b/server/static/mstile-310x150.png differ diff --git a/server/static/mstile-310x310.png b/server/static/mstile-310x310.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8fc1c3a178d84a5b51c2871952a113db6f409b Binary files /dev/null and b/server/static/mstile-310x310.png differ diff --git a/server/static/mstile-70x70.png b/server/static/mstile-70x70.png new file mode 100644 index 0000000000000000000000000000000000000000..c28ce9405c389400128457723df93f892e3ab821 Binary files /dev/null and b/server/static/mstile-70x70.png differ diff --git a/server/static/safari-pinned-tab.svg b/server/static/safari-pinned-tab.svg new file mode 100644 index 0000000000000000000000000000000000000000..75522d59792b2c5077e0a1cb0b3c71d26cf79083 --- /dev/null +++ b/server/static/safari-pinned-tab.svg @@ -0,0 +1,49 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + diff --git a/server/static/site.webmanifest b/server/static/site.webmanifest new file mode 100644 index 0000000000000000000000000000000000000000..bf91e3b24dac093efdf3053738c5917bae30dc3f --- /dev/null +++ b/server/static/site.webmanifest @@ -0,0 +1,18 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/static/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/static/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#000", + "background_color": "#000" +} diff --git a/server/styles.css b/server/styles.css index 3bec62b3d03a53df15fc06ad3f5a748a9829b0af..ba57101e38b85ab69e31ec294088c310f937a022 100644 --- a/server/styles.css +++ b/server/styles.css @@ -68,6 +68,13 @@ .alternate-bg:nth-of-type(even) { background-color: rgba(255,255,255,0.06); } + + :not(.type-prose) code { + background-color: rgba(255,255,255,0.15); + padding: 0px 4px; + border-radius: 2px; + color: #eee; + } /* This fixes scrollbar jump */ @media screen and (min-width: 960px) { diff --git a/server/templates/partials/layout.hbs b/server/templates/partials/layout.hbs index d4912df084e5119430af3a6202f2ad68d9d15890..5ea02c560a3126278bac8616f0a063bab50c39e3 100644 --- a/server/templates/partials/layout.hbs +++ b/server/templates/partials/layout.hbs @@ -3,10 +3,21 @@ - + + + + + + + + + + + + Zed – a lightning fast, collaborative code editor written natively in Rust