You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
:root {
|
|
--md-primary-fg-color: #007BFF;
|
|
--md-primary-fg-color--light: #2997FF;
|
|
--md-primary-fg-color--dark: #0062d9;
|
|
}
|
|
|
|
|
|
.center-table {
|
|
text-align: center;
|
|
}
|
|
.md-typeset .center-table :is(td,th):not([align]) {
|
|
text-align: initial; /* Reset alignment for table cells */
|
|
}
|