custom.css 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /* stylelint-disable docusaurus/copyright-header */
  2. /**
  3. * Any CSS included here will be global. The classic template
  4. * bundles Infima by default. Infima is a CSS framework designed to
  5. * work well for content-centric websites.
  6. */
  7. /* You can override the default Infima variables here. */
  8. :root {
  9. --ifm-background-color:#f4f4f4;
  10. --ifm-navbar-background-color:#e2e2e2;
  11. --ifm-color-primary: #AC0000;
  12. --ifm-color-primary-dark: #C01E1E;
  13. --ifm-color-primary-darker: #880707;
  14. --ifm-color-primary-darkest: #420101;
  15. --ifm-color-primary-light: #E34C4C;
  16. --ifm-color-primary-lighter: #F79999;
  17. --ifm-color-primary-lightest: #FBC8C8;
  18. --ifm-code-font-size: 95%;
  19. }
  20. html[data-theme='dark'] {
  21. --ifm-background-color:#484c57;
  22. --ifm-navbar-background-color:#535763;
  23. --ifm-color-primary: #25c2a0;
  24. --ifm-color-primary-dark: rgb(33, 175, 144);
  25. --ifm-color-primary-darker: rgb(31, 165, 136);
  26. --ifm-color-primary-darkest: rgb(26, 136, 112);
  27. --ifm-color-primary-light: rgb(70, 203, 174);
  28. --ifm-color-primary-lighter: rgb(102, 212, 189);
  29. --ifm-color-primary-lightest: rgb(146, 224, 208);
  30. --ifm-code-font-size: 95%;
  31. }
  32. .toggleTrack_node_modules-\@docusaurus-theme-classic-lib-next-theme-Toggle-styles-module {
  33. background-color: #e2e2e2 !important;
  34. }
  35. .toggleTrack_32Fl {
  36. background-color: #484c57;
  37. }
  38. .docusaurus-highlight-code-line {
  39. background-color: rgb(72, 77, 91);
  40. display: block;
  41. margin: 0 calc(-1 * var(--ifm-pre-padding));
  42. padding: 0 var(--ifm-pre-padding);
  43. }
  44. .moon::before {
  45. content: '\1F31C';
  46. }
  47. .sun::before {
  48. content: '\1F31E';
  49. }
  50. .toggleTrack_node_modules-\@docusaurus-theme-classic-lib-next-theme-Toggle-styles-module {
  51. background-color: #484c57 !important;
  52. }
  53. .header-homepage-link {
  54. font-family: 'Times New Roman', Times, serif !important;
  55. font-size: larger;
  56. }
  57. .header-homepage-link svg {
  58. display: none;
  59. }
  60. .navbar__search {
  61. padding-left: 20px;
  62. }
  63. .theme-edit-this-page {
  64. background-color: #39393941;
  65. border-radius: 5px;
  66. padding: 10px;
  67. }
  68. table td img {
  69. max-width: 100px;
  70. }
  71. .title_node_modules-\@docusaurus-theme-classic-lib-theme-BlogPostItem-Header-Title-styles-module {
  72. font-size: 1.5rem !important;
  73. }