prepare for migration to using htmlgen for html
This commit is contained in:
parent
3eec270fe0
commit
9e1f368742
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,3 +5,6 @@ graph*
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
files/stats/song
|
files/stats/song
|
||||||
files/home_visit_counter
|
files/home_visit_counter
|
||||||
|
|
||||||
|
html/
|
||||||
|
!html/thoughts/
|
||||||
|
24
style.css
24
style.css
@ -58,6 +58,30 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rainbow-text {
|
||||||
|
animation:rainbow-text 5s ease-in-out infinite
|
||||||
|
}
|
||||||
|
@keyframes rainbow-text {
|
||||||
|
0% {
|
||||||
|
color:red
|
||||||
|
}
|
||||||
|
20% {
|
||||||
|
color:orange
|
||||||
|
}
|
||||||
|
40% {
|
||||||
|
color:green
|
||||||
|
}
|
||||||
|
60% {
|
||||||
|
color:blue
|
||||||
|
}
|
||||||
|
80% {
|
||||||
|
color:purple
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
color:red
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
text-wrap: wrap;
|
text-wrap: wrap;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user