mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Fade out highlight color in manual style
This commit is contained in:
parent
0d1554735f
commit
752a86254b
1 changed files with 10 additions and 1 deletions
|
@ -719,8 +719,17 @@ main.manual aside.alert p{
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
@keyframes highlight {
|
||||
0%{
|
||||
background: #FFFF99;
|
||||
}
|
||||
100%{
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
main.manual *:target{
|
||||
background: #FFFF99;
|
||||
animation: highlight 5s;
|
||||
}
|
||||
|
||||
@media(max-width: 1700px){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue