diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-28 14:07:17 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-28 14:07:17 -0400 |
commit | e0d597b51c2893f1a35630fa07cc2ccef181511c (patch) | |
tree | 8cedc80e385710336ced073696155488216571ee /styles | |
parent | 27f1e57bfbadbb3557d7649567e49a1e89927012 (diff) | |
download | carpentertutoring-e0d597b51c2893f1a35630fa07cc2ccef181511c.tar.xz carpentertutoring-e0d597b51c2893f1a35630fa07cc2ccef181511c.zip |
updated pricing table
Diffstat (limited to 'styles')
-rw-r--r-- | styles/main.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/main.scss b/styles/main.scss index 3aca98a..3223d50 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -31,6 +31,7 @@ $subtitle-color: $darkteal; $subtitle-family: "Indie Flower", cursive; //$body-font-size: 1.8rem; // $body-background-color: $isabelline; +// $table-striped-row-even-background-color: $darkteal; // Import only what you need from Bulma @import "../_bulma/node_modules/bulma/sass/utilities/_all.sass"; |