This commit is contained in:
Dym Sohin 2024-04-30 18:44:28 +02:00
commit de91d9e9f6
4 changed files with 45 additions and 0 deletions

7
meta.kdl Normal file
View File

@ -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/"

BIN
preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

17
readme.md Normal file
View File

@ -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

21
style.user.css Normal file
View File

@ -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);
}
}