add css for highliting a specific forum post

This commit is contained in:
r888888888
2017-01-23 12:15:30 -08:00
parent 5404c1d231
commit e699684c61
3 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ div.list-of-forum-posts {
margin-bottom: 3em;
word-wrap: break-word;
&:target {
background-color: #FFC;
}
div.author {
width: 12em;
float: left;