Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/Features/Styling/CSS Styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ If you prefer to start off with examples, I'd recommend immediately jumping to [

If you need more help, feel free to join the [[Discord]] where help is provided for all your styling questions!

Note: you must include the semicolon at the end of each declaration, even though there is just one in a block.

# Selectors
[Selectors](https://www.w3schools.com/cssref/css_selectors.asp) are used to filter what objects to style. The two main 'elements' that can be targeted are `node` and `edge`.
## Classes
Expand Down Expand Up @@ -203,4 +205,4 @@ node {
---
#feature
- author [[Emile van Krieken]]
- hasTopic [[Styling]]
- hasTopic [[Styling]]