summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-06-28 15:05:28 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-06-28 15:05:28 -0400
commit90c58028a26c0b48811d3058260f6f936f6ad6cb (patch)
treee866013fd396793abc8754d1b3984329ef2de9a0 /styles
parente0d597b51c2893f1a35630fa07cc2ccef181511c (diff)
downloadcarpentertutoring-90c58028a26c0b48811d3058260f6f936f6ad6cb.tar.xz
carpentertutoring-90c58028a26c0b48811d3058260f6f936f6ad6cb.zip
Finished pricing guide, updated subheading colors, etc.
Diffstat (limited to 'styles')
-rw-r--r--styles/index.scss4
-rw-r--r--styles/main.scss3
2 files changed, 7 insertions, 0 deletions
diff --git a/styles/index.scss b/styles/index.scss
index ba30ea2..7916766 100644
--- a/styles/index.scss
+++ b/styles/index.scss
@@ -41,6 +41,10 @@
);
}
+.content h2 {
+ color: $darkteal;
+}
+
.banner {
right: 100%;
padding-top: 5%;
diff --git a/styles/main.scss b/styles/main.scss
index 3223d50..81bf7c4 100644
--- a/styles/main.scss
+++ b/styles/main.scss
@@ -32,6 +32,9 @@ $subtitle-family: "Indie Flower", cursive;
//$body-font-size: 1.8rem;
// $body-background-color: $isabelline;
// $table-striped-row-even-background-color: $darkteal;
+$table-cell-heading-color: $darkteal;
+$table-head-cell-color: $darkteal;
+$dimensions: 16 24 32 48 64 96 128 200 256;
// Import only what you need from Bulma
@import "../_bulma/node_modules/bulma/sass/utilities/_all.sass";