diff options
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/_typography.scss | 5 | ||||
-rw-r--r-- | _sass/_utility.scss | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/_sass/_typography.scss b/_sass/_typography.scss index 873b9c9..aa0e6b2 100644 --- a/_sass/_typography.scss +++ b/_sass/_typography.scss @@ -21,6 +21,11 @@ h2 { margin-bottom: 0.5rem; } +h1 small { + font-size: 1rem; + padding-left: 1rem; +} + pre, code, kbd { font-size: 0.9rem; color: $gray; 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; } |