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