🏡 index : ~doyle/rgit.git

author Jordan Doyle <jordan@doyle.la> 2022-07-29 17:28:57.0 +01:00:00
committer Jordan Doyle <jordan@doyle.la> 2022-07-29 17:28:57.0 +01:00:00
commit
500497d7745bca8a96c6c53c4cfea8f6eb483121 [patch]
tree
091a766ee3a3bfae806678fdf35db292f944c66d
parent
e6c2ed33e8bd2329065df6465af3dd8907116c50
download
500497d7745bca8a96c6c53c4cfea8f6eb483121.tar.gz

Don't blend tables into background



Diff

 statics/sass/tables.scss | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/statics/sass/tables.scss b/statics/sass/tables.scss
index 62bfa5d..39abdd6 100644
--- a/statics/sass/tables.scss
+++ a/statics/sass/tables.scss
@@ -42,6 +42,14 @@
        }
      }

      &:nth-child(even) {
        background: #e1e3e8;

        @media (prefers-color-scheme: dark) {
          background: none;
        }
      }

      &.no-background {
        background: none;
      }
@@ -80,4 +88,4 @@
  td, th {
    padding: 0.1em 1em 0.1em 0.1em;
  }
}
}