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