diff options
author | Hakim El Hattab | 2015-01-09 18:22:30 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-01-09 18:22:30 +0100 |
commit | 20d858deb888fe0ec0ba92a919c8a0526ac52a2e (patch) | |
tree | 9a953291ea1716afae558100907c81a3ec745d03 /css/theme/source/sky.scss | |
parent | 57977e29239a1115ddfd673fc24f86080203f6d7 (diff) | |
parent | 3a8fc9b2742756be2274c8c74f77dbed84407d92 (diff) |
Merge pull request #1093 from hakimel/dev
3.0.0
Diffstat (limited to 'css/theme/source/sky.scss')
-rw-r--r-- | css/theme/source/sky.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |