Merge pull request #38 from acid-info/table-css

update table CSS
This commit is contained in:
jeangovil
2023-06-09 04:38:09 +03:30
committed by GitHub
@@ -228,6 +228,9 @@
--ifm-hero-background-color: #f8f8fa;
--ifm-hero-text-color: var(--ifm-color-black);
--ifm-table-background: transparent !important;
--ifm-table-stripe-background: transparent !important;
@include utils.responsive('xl', 'down') {
--container-max-width: 912px;
}
@@ -616,6 +619,28 @@ a[class^='sidebarLogo_'] {
}
}
table {
@include lsd.typography('body2');
thead > tr {
border: 1px solid rgb(var(--lsd-border-primary));
}
th {
text-transform: uppercase;
font-weight: 400 !important;
border: 1px solid rgb(var(--lsd-border-primary));
text-align: left;
}
td {
border: 1px solid rgb(var(--lsd-border-primary));
strong {
text-transform: uppercase;
font-weight: 400 !important;
}
}
}
.theme-doc-footer {
margin-bottom: 96px;
}