aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-10-30 01:09:49 +0100
committerOscar Najera <hi@oscarnajera.com>2023-10-30 01:09:49 +0100
commit0060dc0a5cd3e7486da6e360ffea7cebcbf99759 (patch)
treef7a9950dd6fd79434997da1469bd81e63ea14f27
parent4c306311fd532aeb5a9c5e27f2aa3f5533cf8ad4 (diff)
downloadhugo-minimalist-theme-0060dc0a5cd3e7486da6e360ffea7cebcbf99759.tar.gz
hugo-minimalist-theme-0060dc0a5cd3e7486da6e360ffea7cebcbf99759.tar.bz2
hugo-minimalist-theme-0060dc0a5cd3e7486da6e360ffea7cebcbf99759.zip
Table styling not withing uPlot legend
-rw-r--r--assets/scss/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index d9c8d97..06d1088 100644
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -312,7 +312,7 @@ footer {
}
// TABLES
-table {
+table:not(.u-legend) {
@extend .w-100, .mw8, .center, .pv2;
tr {
@extend .stripe-dark;