Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
- Added correct background colors for admonition titles
  • Loading branch information
valentine195 committed Mar 17, 2021
1 parent 4203926 commit 8008717
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ Additionally, each admonition type will receive the ```css .admonition-<type>```
.admonition-note {
border-color: #448aff;
}
.admonition-note > .admonition-title {
background-color: rgba(68, 138, 255, 0.1);
}
.admonition-note > .admonition-title::before {
background-color: #448aff;
-webkit-mask-image: var(--admonition-icon--note);
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "0.0.2",
"version": "0.0.3",
"minAppVersion": "0.11.0",
"description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-admonition",
"version": "0.0.2",
"version": "0.0.3",
"description": "Admonition block-styled content for Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.0.2": "0.11.0"
"0.0.3": "0.11.0"
}

0 comments on commit 8008717

Please sign in to comment.