init
This commit is contained in:
commit
de91d9e9f6
|
@ -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/"
|
Binary file not shown.
After Width: | Height: | Size: 271 KiB |
|
@ -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
|
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue