add some styling to about page

This commit is contained in:
imohkay 2021-10-22 14:42:59 +05:30
commit 774834bb9c
7 changed files with 261 additions and 118 deletions

1
app/static/css/partials/_titleanimation.scss Normal file → Executable file
View file

@ -13,6 +13,7 @@
.text {
//background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
background: linear-gradient(to right, var(--bg-color-1), var(--bg-color-2) , var(--bg-color-3), var(--bg-color-4));
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: animated_title_animation 60s ease-in-out infinite;