A new userstyle
github.com/not-meet by meet-jain
Details
Authormeet-jain
LicenseNo License
Categorygithub
Created
Updated
Code size1.0 kB
Code checksume76c71c3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name github.com/not-meet
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://github.com/not-meet") {
/* Change contribution graph colors to shades of lilac, violet, and purple */
.js-calendar-graph-svg rect.ContributionCalendar-day[data-level="0"] {
fill: #E6E6FA;
/* Light lilac for no contributions */
}
.js-calendar-graph-svg rect.ContributionCalendar-day[data-level="1"] {
fill: #D8BFD8;
/* Soft violet */
}
.js-calendar-graph-svg rect.ContributionCalendar-day[data-level="2"] {
fill: #C1A3CE;
/* Lavender purple */
}
.js-calendar-graph-svg rect.ContributionCalendar-day[data-level="3"] {
fill: #9370DB;
/* Medium purple */
}
.js-calendar-graph-svg rect.ContributionCalendar-day[data-level="4"] {
fill: #6A0DAD;
/* Deep violet */
}
}