mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Improve basic HTML style
This commit is contained in:
parent
00ca17abc9
commit
abb4667b44
@ -22,14 +22,13 @@ def generate_basic_html(s):
|
||||
max-width: 600px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: #D9D9D9;
|
||||
background-color: rgb(31, 41, 55);
|
||||
padding:3em;
|
||||
}
|
||||
.container p {
|
||||
font-size: 14px !important;
|
||||
color: black !important;
|
||||
color: white !important;
|
||||
font-family: Helvetica, Arial, sans-serif !important;
|
||||
line-height: 1.428571429 !important;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user