remove justified text

This commit is contained in:
Ariel Rin 2024-02-23 23:25:20 +10:00
parent 7427e13505
commit f4d8ead54e
No known key found for this signature in database

View File

@ -24,8 +24,13 @@
color: aliceblue; color: aliceblue;
} }
.method dt, .class dt, .data dt, .attribute dt, .function dt, .method dt,
.descclassname, .descname { .class dt,
.data dt,
.attribute dt,
.function dt,
.descclassname,
.descname {
background-color: #525252 !important; background-color: #525252 !important;
color: white !important; color: white !important;
} }
@ -51,11 +56,13 @@
background-color: #2b2b2b !important; background-color: #2b2b2b !important;
} }
.xref, .py-meth { .xref,
.py-meth {
color: #7ec3e6 !important; color: #7ec3e6 !important;
} }
.admonition, .note { .admonition,
.note {
background-color: #2d2d2d !important; background-color: #2d2d2d !important;
} }
@ -64,19 +71,27 @@
border-bottom: 1px solid #fcfcfc; border-bottom: 1px solid #fcfcfc;
} }
.wy-table thead, .rst-content table.docutils thead, .rst-content table.field-list thead { .wy-table thead,
.rst-content table.docutils thead,
.rst-content table.field-list thead {
background-color: #b9b9b9; background-color: #b9b9b9;
} }
.wy-table thead th, .rst-content table.docutils thead th, .rst-content table.field-list thead th { .wy-table thead th,
.rst-content table.docutils thead th,
.rst-content table.field-list thead th {
border: solid 2px #e1e4e5; border: solid 2px #e1e4e5;
} }
.wy-table thead p, .rst-content table.docutils thead p, .rst-content table.field-list thead p { .wy-table thead p,
.rst-content table.docutils thead p,
.rst-content table.field-list thead p {
margin: 0; margin: 0;
} }
.wy-table-odd td, .wy-table-striped tr:nth-child(2n-1) td, .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td { .wy-table-odd td,
.wy-table-striped tr:nth-child(2n-1) td,
.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td {
background-color: #343131; background-color: #343131;
} }
@ -91,10 +106,6 @@
/* Name.Variable */ /* Name.Variable */
body {
text-align: justify;
}
.rst-content .section .admonition ul { .rst-content .section .admonition ul {
margin-bottom: 0; margin-bottom: 0;
} }