diff --git a/src/images/peeriod-about.png b/src/images/peeriod-about.png new file mode 100644 index 00000000..aad6c168 Binary files /dev/null and b/src/images/peeriod-about.png differ diff --git a/src/images/peeriod-about@2x.png b/src/images/peeriod-about@2x.png new file mode 100644 index 00000000..70e0e091 Binary files /dev/null and b/src/images/peeriod-about@2x.png differ diff --git a/src/images/peeriod-splashscreen.png b/src/images/peeriod-splashscreen.png new file mode 100644 index 00000000..33781a0d Binary files /dev/null and b/src/images/peeriod-splashscreen.png differ diff --git a/src/images/peeriod-splashscreen@2x.png b/src/images/peeriod-splashscreen@2x.png new file mode 100644 index 00000000..e68d3d99 Binary files /dev/null and b/src/images/peeriod-splashscreen@2x.png differ diff --git a/src/public/about.html b/src/public/about.html index f1f5ad37..b2c93636 100644 --- a/src/public/about.html +++ b/src/public/about.html @@ -41,7 +41,6 @@ -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -webkit-font-feature-settings: "kern"; - font-kerning: normal; } .version, @@ -58,6 +57,8 @@ color: #3c3c3c; text-decoration: none; font-weight: bold; + outline: none; + outline: none; } a:hover, @@ -66,17 +67,23 @@ } .version { + margin-top: 1rem; font-style: italic; } ul { - margin: 32px 0; + margin: 2rem 0; padding: 0; list-style: none; } + ul.links { + margin-bottom: 0; + } + ul.links li { display: inline-block; + white-space: nowrap; } ul.links li:after { @@ -90,12 +97,11 @@
-