mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-28 00:40:31 +02:00
remove all use of :not(.image)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user