You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,30 +222,6 @@ These images will be resized to 24px x 24px to be stored in the plugin's saved d
222
222
223
223
To remove an image icon, simply choose an icon in the icon chooser text box.
224
224
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
-
249
225
## Global Commands
250
226
251
227
Several commands are available for the plugin by default.
0 commit comments