Skip to content

Commit

Permalink
Update demo styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dansoftowner committed Apr 9, 2021
1 parent 267f7a1 commit 64a6134
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions src/test/resources/mdfx-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
-mdfx-bg-color-1: #484848;
-mdfx-bg-color-2: #3c3c3c;
-mdfx-bg-color-3: #303030;

-mdfx-link-color: #0e80d4;
}

.markdown-italic {
Expand All @@ -140,14 +142,14 @@
-fx-font-family: "Jetbrains Mono";
}

* .markdown-link {
-fx-fill: #0e80d4;
}

.markdown-link-hover {
-fx-underline: true;
}

.markdown-strikethrough {
-fx-strikethrough: true;
}

.markdown-preview-area .mdfx-node {
-fx-padding: 5;
}
Expand Down
10 changes: 6 additions & 4 deletions src/test/resources/mdfx-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
-mdfx-bg-color-1: #ccc;
-mdfx-bg-color-2: #ddd;
-mdfx-bg-color-3: #eee;

-mdfx-link-color: blue;
}

.markdown-italic {
Expand All @@ -140,14 +142,14 @@
-fx-font-family: "Jetbrains Mono";
}

* .markdown-link {
-fx-fill: #2121d0;
}

.markdown-link-hover {
-fx-underline: true;
}

.markdown-strikethrough {
-fx-strikethrough: true;
}

.markdown-preview-area .mdfx-node {
-fx-padding: 5;
}
Expand Down

0 comments on commit 64a6134

Please sign in to comment.