diff --git a/docs/Features/Styling/CSS Styling.md b/docs/Features/Styling/CSS Styling.md index 15caa1f..dbf4bc1 100644 --- a/docs/Features/Styling/CSS Styling.md +++ b/docs/Features/Styling/CSS Styling.md @@ -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 @@ -203,4 +205,4 @@ node { --- #feature - author [[Emile van Krieken]] -- hasTopic [[Styling]] \ No newline at end of file +- hasTopic [[Styling]]