mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
update table CSS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user