aboutsummaryrefslogtreecommitdiff
path: root/.themes
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-08-21 14:58:26 -0700
committerBrandon Mathis <brandon@imathis.com>2011-08-21 14:58:26 -0700
commit9e5e6f604cabef3581934a766cc1bcc71de23664 (patch)
tree43861d80b632a4308f5260b82d9da355e7e45014 /.themes
parentb40d2fb2a4491a9e269cb7c5c59e848787c2b499 (diff)
parent7d6062b5eb3ebd2720fe5b836add73f9c88d2589 (diff)
downloadmy_new_personal_website-9e5e6f604cabef3581934a766cc1bcc71de23664.tar.xz
my_new_personal_website-9e5e6f604cabef3581934a766cc1bcc71de23664.zip
Merge pull request #82 from jakemcc/7d6062b5eb3ebd2720fe5b836add73f9c88d2589
minor tweak to _typography.scss to have pp, code, and tt extend style that exists
Diffstat (limited to '.themes')
-rw-r--r--.themes/classic/sass/base/_typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/sass/base/_typography.scss b/.themes/classic/sass/base/_typography.scss
index 05402574..ef83065b 100644
--- a/.themes/classic/sass/base/_typography.scss
+++ b/.themes/classic/sass/base/_typography.scss
@@ -86,7 +86,7 @@ del, s { text-decoration: line-through; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
-pre, code, tt { @extend .mono-font; }
+pre, code, tt { @extend .mono; }
sub, sup { line-height: 0; }