diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-15 21:38:49 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-15 21:38:49 -0600 |
commit | c5c5cc0793d0c000771ddd88e49e3dd77026f15b (patch) | |
tree | f54ec31af0787711125ab285909f3e18484acf0c /style.css | |
parent | 3c13057bc5726686ce937d1b13c1a0430e0085d4 (diff) |
added style transition
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ body { color: var(--foreground-accent-color); background-color: var(--background-theme-color); + transition: 250ms; } p { |