animations and shadows

This commit is contained in:
Michael Freno
2025-12-20 12:45:07 -05:00
parent fd241d5846
commit 9cea36988c
5 changed files with 17 additions and 19 deletions

View File

@@ -1,6 +1,13 @@
@import "tailwindcss";
@plugin "@tailwindcss/typography";
/* Register --color-base as animatable color property */
@property --color-base {
syntax: "<color>";
inherits: true;
initial-value: #fbf1c7;
}
:root {
/* Comments indicate what they are used for in vim/term
/* Base Colors (Background/Text) */
@@ -220,6 +227,7 @@
body {
background: var(--color-base);
color: var(--color-text);
transition: background-color 500ms ease-in-out;
}
.cursor-typing {