summaryrefslogtreecommitdiffhomepage
path: root/css/theme/source
diff options
context:
space:
mode:
authornavateja2014-06-09 14:44:36 +0530
committernavateja2014-06-09 14:44:36 +0530
commit594d9f6d85f6b1c6a953a64892cd2236529f0398 (patch)
tree16caf49a3ccd1db02996f35fd89af09515a74e27 /css/theme/source
parentab7efe6bf2da9b31b31a3af859e9f7f413fd2d0d (diff)
parent8973f0c3e19ffafee489a3dcfce03303120ed22b (diff)
Merge remote-tracking branch 'upstream/dev' into keyboard_shortcuts_overlay
Diffstat (limited to 'css/theme/source')
-rw-r--r--css/theme/source/blood.scss8
-rw-r--r--css/theme/source/serif.scss2
-rw-r--r--css/theme/source/sky.scss2
3 files changed, 6 insertions, 6 deletions
diff --git a/css/theme/source/blood.scss b/css/theme/source/blood.scss
index a9925a1..f2e3a09 100644
--- a/css/theme/source/blood.scss
+++ b/css/theme/source/blood.scss
@@ -70,13 +70,13 @@ $selectionColor: #fff;
font-weight: 700;
}
-.reveal a:not(.image),
-.reveal a:not(.image):hover {
+.reveal a,
+.reveal a:hover {
text-shadow: 2px 2px 2px #000;
}
-.reveal small a:not(.image),
-.reveal small a:not(.image):hover {
+.reveal small a,
+.reveal small a:hover {
text-shadow: 1px 1px 1px #000;
}
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;
}
diff --git a/css/theme/source/sky.scss b/css/theme/source/sky.scss
index 72a3a90..3fee67c 100644
--- a/css/theme/source/sky.scss
+++ b/css/theme/source/sky.scss
@@ -30,7 +30,7 @@ $linkColorHover: lighten( $linkColor, 20% );
$selectionBackgroundColor: #134674;
// Fix links so they are not cut off
-.reveal a:not(.image) {
+.reveal a {
line-height: 1.3em;
}