Skip to content

notion.so - Force link color to be blue by fresskoma

Screenshot of notion.so - Force link color to be blue

Details

Authorfresskoma

LicenseNo License

Categorynotion.so

Created

Updated

Size252 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notion.so does not allow to customize the link color, and the default is gray. This overwrites the link color with blue.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         notion.so - Force link color to be blue
@version      20240108.12.19
@namespace    ?
==/UserStyle== */

@-moz-document domain("notion.so") {
.notion-link-token [class*="link-annotation"] {
    color: blue;
}

}

Reviews

No reviews yet.