Skip to content

Notion | Table Odd Item Fix by wesley-maney

Screenshot of Notion | Table Odd Item Fix

Details

Authorwesley-maney

LicenseNo License

Categoryuserstyles

Created

Updated

Size366 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes sure Notion table rows stand out more

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

}

Reviews

No reviews yet.