update table CSS

This commit is contained in:
jinhojang6
2023-06-09 00:02:01 +09:00
parent 3662a2b0b8
commit 7d14a9c9fa
@@ -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;
}
}
}
.navbar-sidebar__item {
padding-inline: var(--content-padding);
padding-block: 0;