mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
CSS hover for news (#1359)
This commit is contained in:
parent
827ce7998d
commit
c090a5dbe6
2 changed files with 6 additions and 1 deletions
|
@ -136,6 +136,11 @@
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
#latest_news a:hover {
|
||||
text-shadow: 0 0 4px grey;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
#latest_news .new a {
|
||||
color: #A52A2A;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue