From c59c5d0d27a4b2f79ed116391a0b60b0e437c88d Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 19 Jan 2021 23:47:05 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 6bbf374..379048d 100644 --- a/readme.md +++ b/readme.md @@ -60,6 +60,14 @@ See [mapPageUrl](./lib/map-page-url.ts) and [getCanonicalPageId](https://github. NOTE: if you have multiple pages in your workspace with the same slugified name, the app will throw an error letting you know that there are duplicate URL pathnames. +## Theming + +All CSS styles that customize Notion content are located in [styles/notion.css](./styles/notion.css). + +They mainly target global CSS classes exported by react-notion-x [styles.css](https://github.com/NotionX/react-notion-x/blob/master/packages/react-notion-x/src/styles.css). + +It should be pretty easy to customize most styling-related things, especially with local development and hot reload. + ## Extras All extra dependencies are optional -- the project should work just fine out of the box.