Skip to content

Instantly share code, notes, and snippets.

@OviOvocny
Created August 19, 2016 08:19
Show Gist options
  • Save OviOvocny/b2b0466d2e3687420fe218335ccc787d to your computer and use it in GitHub Desktop.
Save OviOvocny/b2b0466d2e3687420fe218335ccc787d to your computer and use it in GitHub Desktop.
/* Adds icons before list headings */
h3::before {
vertical-align: top;
margin-left: 10px;
margin-right: 5px;
font-family: Material Icons;
font-size: larger;
}
#watching h3::before, #reading h3::before {
content: "\E037 "
}
#completed h3::before, #Series h3::before, #Shorts h3::before, #Movies h3::before, #Shounen h3::before, #Specials h3::before {
content: "\E876 "
}
#plantowatch h3::before, #plantoread h3::before {
content: "\E03B "
}
#onhold h3::before {
content: "\E034 "
}
#dropped h3::before {
content: "\E033 "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment