mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
change the hover effect for links on the frontpage
This commit is contained in:
parent
940f7315a5
commit
61a78c4946
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ article .category {
|
||||||
}
|
}
|
||||||
|
|
||||||
#posts-list .hentry:hover{
|
#posts-list .hentry:hover{
|
||||||
margin-left: 2px;
|
border-color: black;
|
||||||
|
transition-duration: 1200ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dev, .python {
|
.dev, .python {
|
||||||
|
|
Loading…
Reference in a new issue