mirror of
https://github.com/zadam/trilium.git
synced 2026-03-10 22:20:24 +01:00
docs(user): document presentation view
This commit is contained in:
@@ -5,7 +5,7 @@ It is possible to provide a CSS file to be used regardless of the theme set by t
|
||||
| --- | --- |
|
||||
|  | Start by creating a new note and changing the note type to CSS |
|
||||
|  | In the ribbon, press the “Owned Attributes” section and type `#appCss`. |
|
||||
|  | Type the desired CSS. <br> <br>Generally it's a good idea to append `!important` for the styles that are being changed, in order to prevent other |
|
||||
|  | Type the desired CSS. <br> <br>Generally it's a good idea to append `!important` for the styles that are being changed, in order to prevent other |
|
||||
|
||||
## Seeing the changes
|
||||
|
||||
@@ -78,4 +78,10 @@ To change the color of the note title and the icon (above the content):
|
||||
opacity: 0.5;
|
||||
z-index: 0;
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
## Limitations
|
||||
|
||||
Some parts of the application can't be styled directly via custom CSS because they are rendered in an isolated mode (shadow DOM), more specifically:
|
||||
|
||||
* The slides in a <a class="reference-link" href="../Note%20Types/Collections/Presentation%20View.md">Presentation View</a>.
|
||||
Reference in New Issue
Block a user