Merge pull request #32 from Leu-Gim/new_async
highlighting current post via CSS :hover pseudo-element
This commit is contained in:
commit
9e578522c1
2 changed files with 3 additions and 3 deletions
|
|
@ -539,8 +539,8 @@ hr
|
|||
|
||||
/* highlighting current post */
|
||||
|
||||
.post.current {
|
||||
background-color: #fefff3;
|
||||
div:target {
|
||||
background: rgba(255, 255, 240, 0.25) !important;
|
||||
}
|
||||
|
||||
/* full-text search */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue