_sass/minima/_base.scss in jekyll-theme-doodle-5.0.0 vs _sass/minima/_base.scss in jekyll-theme-doodle-5.1.0
- old
+ new
@@ -256,10 +256,11 @@
th,
td {
padding: ($spacing-unit / 3) ($spacing-unit / 2);
}
th {
- background-color: var(--md-sys-color-surface-container-highest);
+ background-color: var(--md-sys-color-secondary-container);
+ color: var(--md-sys-color-on-secondary-container);
// border: 1px solid darken($grey-color-light, 4%);
// border-bottom-color: darken($grey-color-light, 12%);
}
td {
border-top: 1px solid var(--md-sys-color-outline);