This commit is contained in:
McShelby 2023-11-19 01:43:24 +00:00
parent cf929a2af5
commit ec354774e7
256 changed files with 6243 additions and 6248 deletions

View file

@ -76,11 +76,6 @@ pre:not(.mermaid) {
hr{
border-bottom: 1px solid rgba( 221, 221, 221, 1 );
}
body,
#R-body,
#R-body-inner {
overflow: visible !important; /* turn off limitations for perfect scrollbar */
}
#R-body #R-body-inner {
/* reset paddings for chapters in screen */
padding: 0 3.25rem 4rem 3.25rem;

View file

@ -309,7 +309,7 @@ dd {
font-size: 2rem;
font-weight: 200;
letter-spacing: -.02175em;
line-height: 110% !important;
line-height: 110%;
margin: 1.2rem 0 .8rem 0;
padding-inline-start: 1rem;
text-rendering: optimizeLegibility;
@ -371,8 +371,8 @@ dd {
}
#R-body img:not(.lightbox-image).inline {
display: inline !important;
margin: 0 !important;
display: inline;
margin: 0;
vertical-align: bottom;
}