Notion.so does not allow to customize the link color, and the default is gray. This overwrites the link color with blue.
notion.so - Force link color to be blue by fresskoma
Details
Authorfresskoma
LicenseNo License
Categorynotion.so
Created
Updated
Size252 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.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;
}
}