Modify first page design (#537)

This commit is contained in:
pollfly
2023-04-23 12:18:27 +03:00
committed by GitHub
parent 744e9aaafc
commit a84daeb51f
2 changed files with 25 additions and 14 deletions

View File

@@ -620,11 +620,15 @@ html[data-theme="dark"] .footer__link-item:hover {
.tbl-1 > table {
width: 100%;
display: inline-table;
margin: 48px 0;
margin-bottom: 48px;
}
.tbl-1 > thead {
font-size: x-large;
.tbl-1 > table tbody tr:first-child td:first-child {
border-top-left-radius: var(--ifm-card-border-radius);
}
.tbl-1 > table tbody tr:first-child td:last-child {
border-top-right-radius: var(--ifm-card-border-radius);
}
html[data-theme="dark"] .markdown thead th {
@@ -765,6 +769,15 @@ html[data-theme="dark"] .alert.alert--secondary {
padding-right: 1rem;
}
.markdown .no-ext-icon {
background: unset !important;
padding: unset !important;
margin: 0 auto !important;
text-underline-offset: unset;
line-height: 0;
display: block;
}
.markdown .img-swt {
margin-bottom: 2.4rem;
}