From c68c719547c62b05b71307d39f3222c969b3b174 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Mon, 1 Apr 2024 00:07:15 -0700 Subject: [PATCH] docs: fix home link --- docs/docs/usage/properties.md | 16 +++++++++------- docs/material/overrides/home.html | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/docs/usage/properties.md b/docs/docs/usage/properties.md index b58dfb90..281e92fb 100644 --- a/docs/docs/usage/properties.md +++ b/docs/docs/usage/properties.md @@ -356,6 +356,14 @@ The default value is `1` which equals `100%`. If you would like to use `50%`, th +The `height` property allows you to specify how tall the window will be within your Obsidian note. If you do not specify a custom height, then it will default to `600`, which represents 600 **pixels**. + +
+ +#### Property: CSS + + + The `css` property allows you to override any website's default CSS. ```` @@ -374,7 +382,7 @@ css: | The above example will force all `h1` headers to use a larger font size, and change the text color to black, as well as make the entire website background color white. -CSS rules can be on their own lines, or all-together: +CSS rules can be on their own lines, or on the same line as the property name. ```` ```gistr @@ -392,11 +400,5 @@ css: body { background-color: #FFF !important; }
-#### Property: CSS - - - -The `height` property allows you to specify how tall the window will be within your Obsidian note. If you do not specify a custom height, then it will default to `600`, which represents 600 **pixels**. -

\ No newline at end of file diff --git a/docs/material/overrides/home.html b/docs/material/overrides/home.html index af44b443..9a58e2d0 100644 --- a/docs/material/overrides/home.html +++ b/docs/material/overrides/home.html @@ -21,7 +21,7 @@

Obsidian: Gistr

A Github and Opengist Integration for Obsidian.md

- + Read Docs