remove all use of :not(.image)
This commit is contained in:
parent
26e9ce1ff7
commit
b25fa50657
16 changed files with 119 additions and 99 deletions
|
@ -25,7 +25,7 @@ $linkColor: #51483D;
|
|||
$linkColorHover: lighten( $linkColor, 20% );
|
||||
$selectionBackgroundColor: #26351C;
|
||||
|
||||
.reveal a:not(.image) {
|
||||
.reveal a {
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue