mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Minor CSS fixes
This commit is contained in:
parent
b4af319fa2
commit
49aa05054a
@ -6,11 +6,12 @@
|
|||||||
padding:3em;
|
padding:3em;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
|
color: #efefef !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container p {
|
.container p, .container li {
|
||||||
font-size: 16px !important;
|
font-size: 16px !important;
|
||||||
color: white !important;
|
color: #efefef !important;
|
||||||
margin-bottom: 22px;
|
margin-bottom: 22px;
|
||||||
line-height: 1.4 !important;
|
line-height: 1.4 !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user