Skip to content

Commit cf6fe1f

Browse files
committed
removed customization section from readme
1 parent 4164bef commit cf6fe1f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -222,30 +222,6 @@ These images will be resized to 24px x 24px to be stored in the plugin's saved d
222222

223223
To remove an image icon, simply choose an icon in the icon chooser text box.
224224

225-
## Customization
226-
227-
This is all of the CSS applied to the admonitions. Override these classes to customize the look.
228-
229-
### Base Classes
230-
231-
The full CSS is located in [main.css](src/assets/main.css).
232-
233-
**_Please note, as of 3.0.0, the admonition colors are no longer set in the CSS._**
234-
235-
Each admonition receives the `.admonition-<type>` class. You can use this selector to override specific admonition types, but the plugin does not add any styling using this selector by default.
236-
237-
To set the color of admonition types via CSS, specific the following the `--admonition-color` variable **_as an RGB triad_**:
238-
239-
```css
240-
.admonition-note {
241-
--admonition-color: 68, 138, 255 !important;
242-
}
243-
```
244-
245-
### Parent Element
246-
247-
As of version 6.6, the admonition's parent element _also_ receives classes: `.admonition-parent` and `.admonition-<type>-parent`, allowing you to target admonition containers.
248-
249225
## Global Commands
250226

251227
Several commands are available for the plugin by default.

0 commit comments

Comments
 (0)