that yellow background was very nerving
tonsky-neutral-gray by dym-sh
Details
Authordym-sh
License0BSD
Categorytonsky.me
Created
Updated
Size472 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==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/
@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);
}
}