diff options
author | Hakim El Hattab | 2014-02-17 11:55:38 +0100 |
---|---|---|
committer | Hakim El Hattab | 2014-02-17 11:55:38 +0100 |
commit | b25fa5065720a95ead521d148f5384515549d383 (patch) | |
tree | 4f4aecb95e1a4946bf937bd31ca3a5c71d2e7490 /css/theme/source/blood.scss | |
parent | 26e9ce1ff7d96601a83e2baa02e46699929ceada (diff) |
remove all use of :not(.image)
Diffstat (limited to 'css/theme/source/blood.scss')
-rw-r--r-- | css/theme/source/blood.scss | 8 |
1 files changed, 4 insertions, 4 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; } |