Redesign first docs page (#536)

This commit is contained in:
pollfly
2023-04-20 18:00:04 +03:00
committed by GitHub
parent 35f1816cb1
commit 744e9aaafc
2 changed files with 23 additions and 2 deletions

View File

@@ -73,6 +73,11 @@ html[data-theme="dark"] a:hover {
color: var(--ifm-color-primary-lightest);
}
.align-center {
text-align: center;
margin: auto;
}
.max-w-75 {
max-width: 75%;
}
@@ -612,6 +617,15 @@ html[data-theme="dark"] .footer__link-item:hover {
}
}
.tbl-1 > table {
width: 100%;
display: inline-table;
margin: 48px 0;
}
.tbl-1 > thead {
font-size: x-large;
}
html[data-theme="dark"] .markdown thead th {
color: var(--ifm-color-gray-600);