File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 127
127
-mdfx-bg-color-1 : # 484848 ;
128
128
-mdfx-bg-color-2 : # 3c3c3c ;
129
129
-mdfx-bg-color-3 : # 303030 ;
130
+
131
+ -mdfx-link-color : # 0e80d4 ;
130
132
}
131
133
132
134
.markdown-italic {
140
142
-fx-font-family : "Jetbrains Mono" ;
141
143
}
142
144
143
- * .markdown-link {
144
- -fx-fill : # 0e80d4 ;
145
- }
146
-
147
145
.markdown-link-hover {
148
146
-fx-underline : true;
149
147
}
150
148
149
+ .markdown-strikethrough {
150
+ -fx-strikethrough : true;
151
+ }
152
+
151
153
.markdown-preview-area .mdfx-node {
152
154
-fx-padding : 5 ;
153
155
}
Original file line number Diff line number Diff line change 127
127
-mdfx-bg-color-1 : # ccc ;
128
128
-mdfx-bg-color-2 : # ddd ;
129
129
-mdfx-bg-color-3 : # eee ;
130
+
131
+ -mdfx-link-color : blue;
130
132
}
131
133
132
134
.markdown-italic {
140
142
-fx-font-family : "Jetbrains Mono" ;
141
143
}
142
144
143
- * .markdown-link {
144
- -fx-fill : # 2121d0 ;
145
- }
146
-
147
145
.markdown-link-hover {
148
146
-fx-underline : true;
149
147
}
150
148
149
+ .markdown-strikethrough {
150
+ -fx-strikethrough : true;
151
+ }
152
+
151
153
.markdown-preview-area .mdfx-node {
152
154
-fx-padding : 5 ;
153
155
}
You can’t perform that action at this time.
0 commit comments