diff options
Diffstat (limited to 'static/styles.sass')
-rw-r--r-- | static/styles.sass | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/static/styles.sass b/static/styles.sass index 8a29afa9..9371c507 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 | |||
50 | code | 57 | code |
51 | margin-bottom: 1em | 58 | margin-bottom: 1em |
52 | 59 | ||
@@ -256,12 +263,8 @@ footer | |||
256 | max-width: 80em | 263 | max-width: 80em |
257 | .jumbotron | 264 | .jumbotron |
258 | margin-bottom: 0px | 265 | margin-bottom: 0px |
259 | // background-color: #cccccc; | ||
260 | // background-image: radial-gradient(circle, #baddef, #baddef, #349fd7); | ||
261 | // push footer down | 266 | // push footer down |
262 | min-height: 80vh | 267 | min-height: 80vh |
263 | // space for the nav | ||
264 | // padding-top: 70px; | ||
265 | 268 | ||
266 | .adorn_h3_bracket h3::before | 269 | .adorn_h3_bracket h3::before |
267 | content: "#" | 270 | content: "#" |