2 lines
756 B
CSS
2 lines
756 B
CSS
.styled-scrollbar{overflow:hidden}.paragraph-container a{--tw-text-opacity: 1;color:rgb(30 87 163 / var(--tw-text-opacity));text-decoration-line:underline}.paragraph-container p{margin-bottom:.5rem}@keyframes fade{0%{opacity:0}to{opacity:1}}.fade-enter-active,.fade-leave-active{transition:all .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes grow-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}#progress{height:2px;background:#26acb8;z-index:10000;transform-origin:0 50%;animation:grow-progress auto linear;animation-timeline:scroll()}.active{color:#00f!important}.example-initial-animation{animation:initial-animation 2s ease}@keyframes initial-animation{0%{transform:rotate(0)}50%{transform:rotate(360deg)}to{transform:rotate(0)}}
|