diff --git a/server/static/android-chrome-192x192.png b/server/static/android-chrome-192x192.png new file mode 100644 index 0000000000..2342d82c0b 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 0000000000..d25b64f77a 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 0000000000..f9ba99f40f 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 0000000000..c3b1f8a587 --- /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 0000000000..486c293a82 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 0000000000..a34711800b 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 0000000000..821698c28f 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 0000000000..e1ab2cfadd --- /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 0000000000..e70abaf8d2 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 0000000000..545758300a 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 0000000000..73072f380d 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 0000000000..2f8fc1c3a1 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 0000000000..c28ce9405c 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 0000000000..75522d5979 --- /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 0000000000..bf91e3b24d --- /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 3bec62b3d0..ba57101e38 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 d4912df084..5ea02c560a 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