summaryrefslogtreecommitdiff
path: root/app/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.css')
-rw-r--r--app/app.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/app.css b/app/app.css
index 99345d8..24e2c92 100644
--- a/app/app.css
+++ b/app/app.css
@@ -5,6 +5,11 @@
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
+@keyframes nav-progress {
+ from { transform: scaleX(0.05); }
+ to { transform: scaleX(0.85); }
+}
+
html,
body {
@apply bg-white dark:bg-gray-950;