WIP desktop client for Chatto reimplemented in ScalaFX and Sapphire Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
283 B

4 years ago
  1. * {
  2. -mdfx-font-color: white;
  3. -mdfx-border-color-1: #888;
  4. -mdfx-bg-color-1: #ccc;
  5. -mdfx-bg-color-2: #ddd;
  6. -mdfx-bg-color-3: #eee;
  7. }
  8. .markdown-text {
  9. -fx-font-family: ARIAL;
  10. }
  11. .markdown-italic {
  12. -fx-font-style: italic;
  13. }
  14. .markdown-bold {
  15. -fx-font-weight: bold;
  16. }