From 5ae55c91ef0ac1879815fae4b63e9d569a19548e Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 26 Apr 2018 15:37:02 +0000 Subject: [PATCH] Cleanups --- _config.yml | 3 +++ browserconfig.xml | 10 ---------- icons/manifest.webmanifest | 3 ++- icons/mstile-150x150.png | Bin 666 -> 0 bytes icons/safari-pinned-tab.svg | 2 +- style.scss | 4 ++-- 6 files changed, 8 insertions(+), 14 deletions(-) delete mode 100644 browserconfig.xml delete mode 100644 icons/mstile-150x150.png 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 ec36636558d1bbef7782f280f28b9e17d69902ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 666 zcmeAS@N?(olHy`uVBq!ia0y~yVB`Z~4rZW;e?I4QAjOjI=U}oXkrghd;n4#1%;YM*{s$_cB2GN`m}?8IIYvOxg7?mw|yv($mE;q~g}wJGb++ z40%`s-aPrg|K|nCJma8luSKs;M0#s&>Cdt3b5@+r4b+Vde9*q>%n@(-am9G@%O?DQlX!JnDox7 zteNL_RQQyK)K|U@YrB&(?yb0Eee9A)@8SX}&ECqR5ATFkz39k`pBW}|^^~&P;}xbY zUlXr+-MlLFxX>hf>5F?tiEBf$7v)s zL>}WM|Jw_%SRS%`Q2qP(?B@C#HeP=hyS|>WJF2VJ_F&Y^NV%(a7auV53ZGtlFFhx? z@QhY}SG=IF@$oq}U2#V)=uG|iE$~NoykhT0o38lx!k2#7^s}z3%lbCu{ImX0y}B&1 zQyU%b#d~hJHaFqD{+ft0-y65M=67c+b_e%9sT00bCmyt}u3G_Hi~_|zT(eI}c95B3 Rv&;{q!qe5yWt~$(695~iCyW39 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;