Skip to content

Commit

Permalink
Update scripting_styles.css (qupath#1066)
Browse files Browse the repository at this point in the history
Fix colons instead of semicolons.
  • Loading branch information
petebankhead committed Sep 28, 2022
1 parent b3d242b commit 9242648
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@


.md {
-fx-fill: -qp-script-text-color:
-fx-fill: -qp-script-text-color;
-fx-font-family: sans-serif;
}
.md.h1 {
Expand Down Expand Up @@ -88,7 +88,7 @@
-fx-font-family: monospace;
}
.md.quote {
-fx-fill: -qp-script-comment-color:
-fx-fill: -qp-script-comment-color;
}
.md.image {
-fx-fill: -qp-script-attribute-color;
Expand All @@ -99,20 +99,20 @@
}

.xml.body {
-fx-fill: -qp-script-text-color:
-fx-fill: -qp-script-text-color;
}
.xml.attribute {
-fx-fill: -qp-script-attribute-color;
}
.xml.tagmark {
-fx-fill: -qp-script-text-color:
-fx-fill: -qp-script-text-color;
}
.xml.anytag {
-fx-fill: -qp-script-tag-color:;
-fx-fill: -qp-script-tag-color;
}
.xml.avalue {
-fx-fill: -qp-script-string-color;
}
.xml.comment {
-fx-fill: -qp-script-comment-color:
-fx-fill: -qp-script-comment-color;
}

0 comments on commit 9242648

Please sign in to comment.