build ask mode (#444)

This commit is contained in:
Will Chen
2025-06-19 10:42:51 -07:00
committed by GitHub
parent 8464609ba8
commit 9fbd7031d9
28 changed files with 1098 additions and 27 deletions

View File

@@ -293,3 +293,8 @@
.animate-marquee {
animation: marquee 2s linear infinite;
}
/* In-between text-xs and text-sm */
.text-xs-sm {
font-size: 0.82rem;
}