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のアイコンをクリックするとやりやすい)。


<pre class="visual">.notion-enable-hover[style=&quot;font-weight:600&quot;]{
<syntaxhighlight lang="css">.notion-enable-hover[style="font-weight:600"]{
     font-weight:700 !important
     font-weight:700 !important
}
}
.notranslate[placeholder=&quot;Heading 1&quot;]{
.notranslate[placeholder="Heading 1"]{
     font-weight:700 !important
     font-weight:700 !important
}
}
.notranslate[placeholder=&quot;Heading 2&quot;]{
.notranslate[placeholder="Heading 2"]{
     font-weight:700 !important
     font-weight:700 !important
}
}
.notranslate[placeholder=&quot;Heading 3&quot;]{
.notranslate[placeholder="Heading 3"]{
     font-weight:700 !important
     font-weight:700 !important
}</pre>
}</syntaxhighlight>
[[Category:IT]]{{#seo:|title={{FULLPAGENAME}} - Turgenev's Wiki}}
[[Category:IT]]{{#seo:|title={{FULLPAGENAME}} - Turgenev's Wiki}}