text-generation-webui/css/html_readable_style.css

33 lines
658 B
CSS
Raw Normal View History

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;
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-10-10 21:45:12 -04:00
.readable-container li > p {
display: inline !important;
}
2023-10-10 21:45:12 -04:00
.readable-container code {
overflow-x: auto;
}
2023-10-10 21:45:12 -04:00
.readable-container :not(pre) > code {
white-space: normal !important;
}
2023-10-10 21:45:12 -04:00
.readable-container .hoverable {
font-size: 14px;
}