Remove duplicate css. Kris and I fixed the same thing. I imported variables.scss so we can use $red and $bookmarkColor
This commit is contained in:
parent
e3c68bc500
commit
8f12212942
|
@ -415,28 +415,6 @@ iframe {
|
|||
|
||||
span.btn-text {display: none;}
|
||||
|
||||
|
||||
|
||||
.read-icon {
|
||||
&:before {
|
||||
font-family: "FontAwesome";
|
||||
content: "\f02e";
|
||||
}
|
||||
&.unseen {
|
||||
&:before {
|
||||
content: "\f097";
|
||||
}
|
||||
}
|
||||
&.last-read {
|
||||
color: #770000;
|
||||
}
|
||||
&.bookmarked {
|
||||
&:before {
|
||||
color: #0088CC;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue