Skip to content

Commit

Permalink
css wont apply to an empty tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DMeurer committed Feb 7, 2024
1 parent de90588 commit a839f96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Improved Potato",
"version": "1.1.0",
"version": "1.1.0.1",
"minAppVersion": "1.5.0",
"author": "Dominik Meurer",
"authorUrl": "https://dmeurer.github.io/"
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": "improved-potato",
"version": "1.1.0",
"version": "1.1.0.1",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
2 changes: 1 addition & 1 deletion theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ body:not(.default-font-color) span:not(.cm-highlight).cm-em {
}

/* Mermaid line texts */
body.fancy-mermaid .edgeLabel {
body.fancy-mermaid .edgeLabel:not(:empty) {
background-color: var(--background-primary);
color: var(--text-normal);
border: 1px solid var(--divider-color);
Expand Down

0 comments on commit a839f96

Please sign in to comment.