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.

33 lines
868 B

  1. [data-md-color-primary=hello-robot-light]{
  2. --md-primary-fg-color: #122837;
  3. --md-primary-fg-color--light: hsla(0,0%, 100%, 0.7);
  4. --md-primary-fg-color--dark: hsla(0, 0%, 0%, 0.07);
  5. --md-primary-bg-color: hsla(341, 85%, 89%, 1.0);
  6. --md-typeset-a-color: #0550b3;
  7. --md-code-hl-number-color: hsla(196, 86%, 29%, 1);
  8. }
  9. [data-md-color-primary=hello-robot-dark]{
  10. --md-primary-fg-color: #122837;
  11. --md-primary-fg-color--light: hsla(0,0%, 100%, 0.7);
  12. --md-primary-fg-color--dark: hsla(0, 0%, 0%, 0.07);
  13. --md-primary-bg-color: hsla(341, 85%, 89%, 1.0);
  14. --md-typeset-a-color: hsla(341, 85%, 89%, 1.0);
  15. --md-code-hl-number-color: hsla(196, 86%, 29%, 1);
  16. }
  17. [data-md-color-scheme="slate"] {
  18. --md-hue: 210; /* [0, 360] */
  19. }
  20. /*
  21. Tables set to 100% width
  22. */
  23. .md-typeset__table {
  24. min-width: 100%;
  25. }
  26. .md-typeset table:not([class]) {
  27. display: table;
  28. }