color animation

This commit is contained in:
Will McGugan
2022-03-30 15:04:36 +01:00
parent 736a56182c
commit 5508ece2e3
15 changed files with 1015 additions and 324 deletions

View File

@@ -1,7 +1,7 @@
#uber1 {
layout: vertical;
text-background: dark_green;
background: dark_green;
overflow: hidden auto;
border: heavy white;
}
@@ -9,5 +9,5 @@
.list-item {
height: 8;
min-width: 80;
text-background: dark_blue;
background: dark_blue;
}