add some styling to about page
This commit is contained in:
parent
ec8872a559
commit
774834bb9c
7 changed files with 261 additions and 118 deletions
1
app/static/css/partials/_titleanimation.scss
Normal file → Executable file
1
app/static/css/partials/_titleanimation.scss
Normal file → Executable 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue