diff --git a/_config.yml b/_config.yml index 9a7172e..2172996 100644 --- a/_config.yml +++ b/_config.yml @@ -7,5 +7,8 @@ exclude: - Gemfile - LICENSE +kramdown: + entity_output: :as_input + sass: style: :compressed diff --git a/browserconfig.xml b/browserconfig.xml deleted file mode 100644 index ddf92e9..0000000 --- a/browserconfig.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - #555555 - - - - diff --git a/icons/manifest.webmanifest b/icons/manifest.webmanifest index 8a8066e..342742c 100644 --- a/icons/manifest.webmanifest +++ b/icons/manifest.webmanifest @@ -5,8 +5,9 @@ layout: minify "name": "Kaboom.pw", "icons": [ { - "src": "/icons/android-chrome-192x192.png", + "src": "/icons/android-chrome.png", "sizes": "any", + "type": "image/png" } ] } diff --git a/icons/mstile-150x150.png b/icons/mstile-150x150.png deleted file mode 100644 index ec36636..0000000 Binary files a/icons/mstile-150x150.png and /dev/null differ diff --git a/icons/safari-pinned-tab.svg b/icons/safari-pinned-tab.svg index ffb9a5f..b776ae2 100644 --- a/icons/safari-pinned-tab.svg +++ b/icons/safari-pinned-tab.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/style.scss b/style.scss index 1d405a6..df086af 100644 --- a/style.scss +++ b/style.scss @@ -74,11 +74,11 @@ p:last-child { margin: 1.000em 0 0 0; } a { - color: lighten($accentcolor, 5%); + color: lighten($accentcolor, 10%); } a:hover, a:focus { - color: lighten($accentcolor, 15%); + color: lighten($accentcolor, 20%); } .button { background: $accentcolor url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E") right 0.375em center/1.750em 1.750em no-repeat;