「Notion」の版間の差分
Notion-MW タグ: 差し戻し済み |
Notion-MW |
||
(同じ利用者による、間の2版が非表示) | |||
13行目: | 13行目: | ||
これを解決するにはとりあえずNotionのfont-weightを600から700にするのが手っ取り早い。CSSを適用する拡張機能であるStylusにおいて、notion.soに対して以下を設定する(Notionのどっかのページを開いた状態でStylusのアイコンをクリックするとやりやすい)。 | これを解決するにはとりあえずNotionのfont-weightを600から700にするのが手っ取り早い。CSSを適用する拡張機能であるStylusにおいて、notion.soに対して以下を設定する(Notionのどっかのページを開いた状態でStylusのアイコンをクリックするとやりやすい)。 | ||
< | <syntaxhighlight lang="css">.notion-enable-hover[style="font-weight:600"]{ | ||
font-weight:700 !important | font-weight:700 !important | ||
} | } | ||
.notranslate[placeholder= | .notranslate[placeholder="Heading 1"]{ | ||
font-weight:700 !important | font-weight:700 !important | ||
} | } | ||
.notranslate[placeholder= | .notranslate[placeholder="Heading 2"]{ | ||
font-weight:700 !important | font-weight:700 !important | ||
} | } | ||
.notranslate[placeholder= | .notranslate[placeholder="Heading 3"]{ | ||
font-weight:700 !important | font-weight:700 !important | ||
}</ | }</syntaxhighlight> | ||
[[Category:IT]]{{#seo:|title={{FULLPAGENAME}} - Turgenev's Wiki}} | [[Category:IT]]{{#seo:|title={{FULLPAGENAME}} - Turgenev's Wiki}} |