mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -06:00
Add animation to :target
This commit is contained in:
parent
e8be3ae45b
commit
73dc916d5a
@ -648,6 +648,13 @@ table.markdown {
|
||||
color: var(--text-1);
|
||||
}
|
||||
|
||||
:target {
|
||||
animation: target-fade 10s ease-out;
|
||||
}
|
||||
@keyframes target-fade {
|
||||
0% { background-color: var(--background-yellow-2); }
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user