Makes sure Notion table rows stand out more
Notion | Table Odd Item Fix by wesley-maney
Details
Authorwesley-maney
LicenseNo License
Categoryuserstyles
Created
Updated
Size366 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 Notion | Table Odd Item Fix
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("notion.so") {
div.notion-collection-item:nth-child(odd) {
background-color: #f5f5f5;
}
body.dark div.notion-collection-item:nth-child(odd) {
background-color: rgb(40,40,40);
}
}