From c5c5cc0793d0c000771ddd88e49e3dd77026f15b Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Fri, 15 Dec 2023 21:38:49 -0600 Subject: added style transition --- style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'style.css') 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 { -- cgit v1.2.3