mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -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);
|
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;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user