summaryrefslogtreecommitdiff
path: root/app/static/styles/default.css
diff options
context:
space:
mode:
authorblendoit <blendoit@gmail.com>2020-01-29 07:02:48 -0800
committerblendoit <blendoit@gmail.com>2020-01-29 07:02:48 -0800
commit09611b72871e15bed0da0f3c7ed96b12cc9e0709 (patch)
tree9804fce594b99e6b45425b16ccae1aece9c6df62 /app/static/styles/default.css
parentd0214aff79c065e684d86ac3cd43f81e583d86a0 (diff)
Homepage: only use transitions.
Next step is to try only keyframes for more fine-grain control.
Diffstat (limited to 'app/static/styles/default.css')
-rw-r--r--app/static/styles/default.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/static/styles/default.css b/app/static/styles/default.css
index 4f56c17..e36da55 100644
--- a/app/static/styles/default.css
+++ b/app/static/styles/default.css
@@ -4,9 +4,10 @@
--home: rgba(200, 200, 200, 0.7);
--yes: rgba(0, 255, 0, 0.7);
--no: rgba(255, 0, 0, 0.7);
- background-image: url(../img/home.png);
- background-repeat: repeat-x;
font-size: 20;
+ --fast-speed: 0.2s;
+ --med-speed: 0.4s;
+ --slow-speed: 1s;
}
* {
Copyright 2019--2024 Marius PETER