remove all use of :not(.image)
This commit is contained in:
parent
26e9ce1ff7
commit
b25fa50657
16 changed files with 119 additions and 99 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue