修复 notion 的代码块和背景颜色不一致的问题
notion code fix by fengwei2002
Details
Authorfengwei2002
LicenseNo License
Categorywww.notion.so notion
Created
Updated
Size875 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
修复 notion 的代码块和背景颜色不一致的问题
Source code
/* ==UserStyle==
@name notion code fix
@version 20210829.17.02
@namespace userstyles.world/user/fengwei2002
@description 修复 notion 的代码块和背景颜色不一致的问题
@author fengwei2002
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.notion.so/") {
.notion-light-theme .token.operator,
.notion-light-theme .token.entity,
.notion-light-theme .token.url,
.notion-light-theme .language-css .token.string,
.notion-light-theme .style .token.string {
color: #9a6e3a;
background: #F7F6F3 !important;
}
/*github.com/fengwei2002*/
}
.notion-light-theme .token.operator, .notion-light-theme .token.entity, .notion-light-theme .token.url, .notion-light-theme .language-css .token.string, .notion-light-theme .style .token.string {
color: #9a6e3a;
background: hsl(0deg 0% 100% / 0%) !important;
}