2023-03-15 11:33:26 -04:00
|
|
|
.container {
|
|
|
|
max-width: 600px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
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-04-19 00:48:07 -04:00
|
|
|
.container p, .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
|
|
|
|
|
|
|
.container li > p {
|
|
|
|
display: inline !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container code {
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container :not(pre) > code {
|
|
|
|
white-space: normal !important;
|
2023-08-22 15:49:37 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.container .hoverable {
|
|
|
|
font-size: 14px;
|
2023-04-14 22:03:43 -04:00
|
|
|
}
|