summaryrefslogtreecommitdiff
path: root/_sass/_utility.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-05-05 17:28:21 -0400
committerBen Burwell <ben@benburwell.com>2015-05-05 17:28:21 -0400
commit27857b7643dc234d9e6135f968638b630e99377e (patch)
tree35ab4f6625110a6352e6b6c49c886813d0c10ac9 /_sass/_utility.scss
parentec03c8129ca7ff060a4937a9c7655c5e3a7ba651 (diff)
Update the Projects page to have a cleaner look
Diffstat (limited to '_sass/_utility.scss')
-rw-r--r--_sass/_utility.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/_sass/_utility.scss b/_sass/_utility.scss
index 67a55ad..6c0c796 100644
--- a/_sass/_utility.scss
+++ b/_sass/_utility.scss
@@ -18,6 +18,14 @@
font-family: $sans;
}
+.monospace {
+ font-family: $monospace;
+}
+
+.light-gray {
+ color: $light-gray;
+}
+
.compressed-list li {
margin: 0;
}