2023-10-10 21:45:12 -04:00
|
|
|
.readable-container {
|
2023-03-15 11:33:26 -04:00
|
|
|
max-width: 600px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2023-10-20 16:02:18 -04:00
|
|
|
background-color: rgb(31 41 55);
|
2023-05-25 12:12:34 -04:00
|
|
|
padding: 3em;
|
2023-04-14 22:03:43 -04:00
|
|
|
word-break: break-word;
|
|
|
|
overflow-wrap: anywhere;
|
2023-04-19 00:48:07 -04:00
|
|
|
color: #efefef !important;
|
2023-03-15 11:33:26 -04:00
|
|
|
}
|
|
|
|
|
2023-10-10 21:45:12 -04:00
|
|
|
.readable-container p, .readable-container li {
|
2023-03-15 11:33:26 -04:00
|
|
|
font-size: 16px !important;
|
2023-04-19 00:48:07 -04:00
|
|
|
color: #efefef !important;
|
2023-03-15 11:33:26 -04:00
|
|
|
margin-bottom: 22px;
|
|
|
|
line-height: 1.4 !important;
|
|
|
|
}
|
2023-04-14 22:03:43 -04:00
|
|
|
|
2023-10-10 21:45:12 -04:00
|
|
|
.readable-container li > p {
|
2023-04-14 22:03:43 -04:00
|
|
|
display: inline !important;
|
|
|
|
}
|
|
|
|
|
2023-10-10 21:45:12 -04:00
|
|
|
.readable-container code {
|
2023-04-14 22:03:43 -04:00
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
2023-10-10 21:45:12 -04:00
|
|
|
.readable-container :not(pre) > code {
|
2023-04-14 22:03:43 -04:00
|
|
|
white-space: normal !important;
|
2023-08-22 15:49:37 -04:00
|
|
|
}
|
|
|
|
|
2023-10-10 21:45:12 -04:00
|
|
|
.readable-container .hoverable {
|
2023-08-22 15:49:37 -04:00
|
|
|
font-size: 14px;
|
2023-04-14 22:03:43 -04:00
|
|
|
}
|