mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
how to create a css file
This commit is contained in:
parent
8691ac735d
commit
a2ce74fc86
@ -31,6 +31,10 @@ when you first load the enhancer, there's no single file you can edit to see ins
|
|||||||
instead, the "custom inserts" module is used: you can use it to pick any javascript or css file anywhere
|
instead, the "custom inserts" module is used: you can use it to pick any javascript or css file anywhere
|
||||||
on your computer and include it every time you load up notion.
|
on your computer and include it every time you load up notion.
|
||||||
|
|
||||||
|
to make your own css file, make sure that your file manager has "show file extensions" ticked, then
|
||||||
|
create a text document and make sure the name ends in `.css` (e.g. `notion-tweaks.css`). or, just use
|
||||||
|
the old `user.css` from before the update.
|
||||||
|
|
||||||
most of the same css snippets will work, but some (e.g. preview page width) have been moved to the new variable
|
most of the same css snippets will work, but some (e.g. preview page width) have been moved to the new variable
|
||||||
system, plus new ones have been found. it's a good idea to check what you have against the [tweaks](TWEAKS.md)
|
system, plus new ones have been found. it's a good idea to check what you have against the [tweaks](TWEAKS.md)
|
||||||
page and the [css theming documentation](DOCUMENTATION.md#theming).
|
page and the [css theming documentation](DOCUMENTATION.md#theming).
|
||||||
|
Loading…
Reference in New Issue
Block a user