aboutsummaryrefslogtreecommitdiff
path: root/static/styles.sass
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.sass')
-rw-r--r--static/styles.sass13
1 files changed, 8 insertions, 5 deletions
diff --git a/static/styles.sass b/static/styles.sass
index 7f5f5741..f4865924 100644
--- a/static/styles.sass
+++ b/static/styles.sass
@@ -27,8 +27,9 @@
27 27
28// text colors 28// text colors
29 29
30// blunt-force priority, works for now.
30.near-white 31.near-white
31 color: #f4f4f4 32 color: #f4f4f4 !important
32 33
33.near-black 34.near-black
34 color: #111 35 color: #111
@@ -47,6 +48,12 @@
47.bg-near-black 48.bg-near-black
48 background-color: #111 49 background-color: #111
49 50
51// links
52
53.link-white
54 a
55 @extend .near-white
56
50code 57code
51 margin-bottom: 1em 58 margin-bottom: 1em
52 59
@@ -253,12 +260,8 @@ footer
253 max-width: 80em 260 max-width: 80em
254 .jumbotron 261 .jumbotron
255 margin-bottom: 0px 262 margin-bottom: 0px
256 // background-color: #cccccc;
257 // background-image: radial-gradient(circle, #baddef, #baddef, #349fd7);
258 // push footer down 263 // push footer down
259 min-height: 80vh 264 min-height: 80vh
260 // space for the nav
261 // padding-top: 70px;
262 265
263.adorn_h3_bracket h3::before 266.adorn_h3_bracket h3::before
264 content: "#" 267 content: "#"