summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-12-15 21:38:49 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-12-15 21:38:49 -0600
commitc5c5cc0793d0c000771ddd88e49e3dd77026f15b (patch)
treef54ec31af0787711125ab285909f3e18484acf0c /style.css
parent3c13057bc5726686ce937d1b13c1a0430e0085d4 (diff)
added style transition
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 62e589c..0e0e777 100644
--- a/style.css
+++ b/style.css
@@ -49,6 +49,7 @@
body {
color: var(--foreground-accent-color);
background-color: var(--background-theme-color);
+ transition: 250ms;
}
p {