notes: highlight notes linked via /posts/456#note-123.

This commit is contained in:
evazion
2017-07-03 22:13:08 -05:00
parent c2e62b77fa
commit ab0b4b4c67
3 changed files with 24 additions and 0 deletions

View File

@@ -92,6 +92,10 @@ div#note-container {
vertical-align: middle;
}
}
&.note-box-highlighted {
outline: 2px solid $note_highlight_color;
}
}
}