text-generation-webui/css/html_readable_style.css

33 lines
660 B
CSS
Raw Normal View History

2023-10-11 03:45:12 +02:00
.readable-container {
2023-03-15 16:33:26 +01:00
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;
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-10-11 03:45:12 +02:00
.readable-container p, .readable-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-10-11 03:45:12 +02:00
.readable-container li > p {
display: inline !important;
}
2023-10-11 03:45:12 +02:00
.readable-container code {
overflow-x: auto;
}
2023-10-11 03:45:12 +02:00
.readable-container :not(pre) > code {
white-space: normal !important;
}
2023-10-11 03:45:12 +02:00
.readable-container .hoverable {
font-size: 14px;
}