summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {