app/assets/stylesheets/pulitzer.scss in pulitzer-0.4.0 vs app/assets/stylesheets/pulitzer.scss in pulitzer-0.4.1

- old
+ new

@@ -32,10 +32,22 @@ background-color: #000; color: #fff; text-decoration: none; } } +.pulitzer-fake-link{ + cursor: pointer; + color: #32638a; + &:hover{ + text-decoration: underline; + color: black; + cursor: pointer; + } + &.active{ + color: black; + } +} .pulitzer-row { position: relative; float: left; width: 100%; &.padding {