Skip to content

Commit

Permalink
Update mdfx
Browse files Browse the repository at this point in the history
  • Loading branch information
Dansoftowner committed Jun 12, 2021
1 parent 8d85459 commit a729222
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
implementation 'com.sandec:mdfx:0.2.1'
implementation 'com.sandec:mdfx:0.2.3'
implementation 'org.fxmisc.richtext:richtextfx:0.10.6'
// implementation 'de.jensd:fontawesomefx-commons:11.0'
// implementation 'de.jensd:fontawesomefx-materialdesignfont:1.7.22-11'
Expand Down
3 changes: 3 additions & 0 deletions src/test/resources/mdfx-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
-mdfx-bg-color-3: #303030;

-mdfx-link-color: #0e80d4;

-mdfx-bq-color-border: #4f91d7;
-mdfx-bq-color-background: rgba(231, 231, 231, 0.05);
}

.markdown-italic {
Expand Down
3 changes: 3 additions & 0 deletions src/test/resources/mdfx-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
-mdfx-bg-color-3: #eee;

-mdfx-link-color: blue;

-mdfx-bq-color-border: #4488cc;
-mdfx-bq-color-background: #0000ff0c;
}

.markdown-italic {
Expand Down

0 comments on commit a729222

Please sign in to comment.