commit de91d9e9f6036fe6c24d87238b439016eef10f55 Author: Dym Sohin Date: Tue Apr 30 18:44:28 2024 +0200 init diff --git a/meta.kdl b/meta.kdl new file mode 100644 index 0000000..2c3dafc --- /dev/null +++ b/meta.kdl @@ -0,0 +1,7 @@ +title "tonsky-neutral-gray" +description "Neutral Gray for Tonsky.me" +media-type "userstyle" +tags "ui" "css" "gray" +license "0BSD" +homepage "https://dym.sh/tonsky-neutral-gray/" +source "https://source.garden/styles/tonsky-neutral-gray/" diff --git a/preview.png b/preview.png new file mode 100644 index 0000000..5e1a106 Binary files /dev/null and b/preview.png differ diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1604a27 --- /dev/null +++ b/readme.md @@ -0,0 +1,17 @@ +# tonsky-neutral-gray + +> Neutral Gray for Tonsky.me + + +![preview](preview.png) + +## requires +the [Stylus](https://add0n.com/stylus.html) browser addon, or something similar + + +## install +open the [`style.user.css`](./style.user.css) + +- full path: https://source.garden/styles/tonsky-neutral-gray/raw/branch/latest/style.user.css + +it will automatically open the Stylus' userstyle installer diff --git a/style.user.css b/style.user.css new file mode 100644 index 0000000..e2817c7 --- /dev/null +++ b/style.user.css @@ -0,0 +1,21 @@ +/* ==UserStyle== +@name tonsky-neutral-gray +@description Neutral Gray for Tonsky.me +@version 2024.04.30 +@namespace source.garden +@author Dym Sohin +@homepageURL https://dym.sh/tonsky-neutral-gray/ +@updateURL https://source.garden/styles/tonsky-neutral-gray/raw/branch/latest/style.user.css +@supportURL https://source.garden/styles/tonsky-neutral-gray/issues/ +@license 0BSD +==/UserStyle== */ + +@-moz-document url-prefix("https://tonsky.me/") +{ + body { + background: #ccc; + } + .about_photo { + filter: grayscale(1); + } +}