summaryrefslogtreecommitdiffhomepage
path: root/css/theme/source/serif.scss
diff options
context:
space:
mode:
authorHakim El Hattab2014-02-17 11:55:38 +0100
committerHakim El Hattab2014-02-17 11:55:38 +0100
commitb25fa5065720a95ead521d148f5384515549d383 (patch)
tree4f4aecb95e1a4946bf937bd31ca3a5c71d2e7490 /css/theme/source/serif.scss
parent26e9ce1ff7d96601a83e2baa02e46699929ceada (diff)
remove all use of :not(.image)
Diffstat (limited to 'css/theme/source/serif.scss')
-rw-r--r--css/theme/source/serif.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/source/serif.scss b/css/theme/source/serif.scss
index 404b8bf..ec3fcb3 100644
--- a/css/theme/source/serif.scss
+++ b/css/theme/source/serif.scss
@@ -25,7 +25,7 @@ $linkColor: #51483D;
$linkColorHover: lighten( $linkColor, 20% );
$selectionBackgroundColor: #26351C;
-.reveal a:not(.image) {
+.reveal a {
line-height: 1.3em;
}