Notion-MW
Notion-MW
タグ: 差し戻し済み
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="vb.net">.notion-enable-hover[style="font-weight:600"]{
<pre class="visual">.notion-enable-hover[style=&quot;font-weight:600&quot;]{
     font-weight:700 !important
     font-weight:700 !important
}
}
.notranslate[placeholder="Heading 1"]{
.notranslate[placeholder=&quot;Heading 1&quot;]{
     font-weight:700 !important
     font-weight:700 !important
}
}
.notranslate[placeholder="Heading 2"]{
.notranslate[placeholder=&quot;Heading 2&quot;]{
     font-weight:700 !important
     font-weight:700 !important
}
}
.notranslate[placeholder="Heading 3"]{
.notranslate[placeholder=&quot;Heading 3&quot;]{
     font-weight:700 !important
     font-weight:700 !important
}</syntaxhighlight>
}</pre>
[[Category:IT]]{{#seo:|title={{FULLPAGENAME}} - Turgenev's Wiki}}
[[Category:IT]]{{#seo:|title={{FULLPAGENAME}} - Turgenev's Wiki}}