2022-12-22 14:03:03 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css?family=IBM Plex Sans");
|
2023-08-19 14:01:26 +00:00
|
|
|
@import url("https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css");
|
2022-12-21 15:49:41 +00:00
|
|
|
|
|
|
|
body {
|
2022-12-22 14:03:03 +00:00
|
|
|
font-family: "IBM Plex Sans";
|
2022-12-21 15:49:41 +00:00
|
|
|
}
|
|
|
|
|
2023-08-19 14:01:26 +00:00
|
|
|
code[class*="language-*"] {
|
|
|
|
font-family: "Fira Code" !important;
|
2022-12-21 17:55:55 +00:00
|
|
|
}
|
|
|
|
|
2023-08-19 14:01:26 +00:00
|
|
|
.mdpaste {
|
|
|
|
white-space: normal !important;
|
|
|
|
word-break: break-word !important;
|
|
|
|
font-family: "Lunasima" !important;
|
|
|
|
font-size: 14 !important;
|
|
|
|
color: "white" !important;
|
2022-12-21 17:55:55 +00:00
|
|
|
}
|