From 79acfcf1599496e67b20c39c00a100b07c383ab1 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 16 Mar 2019 17:43:05 +0100 Subject: theme: Add terrassa theme --- themes/terrassa/assets/css/animations.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 themes/terrassa/assets/css/animations.css (limited to 'themes/terrassa/assets/css/animations.css') diff --git a/themes/terrassa/assets/css/animations.css b/themes/terrassa/assets/css/animations.css new file mode 100644 index 0000000..ce65162 --- /dev/null +++ b/themes/terrassa/assets/css/animations.css @@ -0,0 +1,10 @@ +@keyframes focus { + 0% { + filter: blur(14px); + opacity: 0; + } + 100% { + filter: blur(0); + opacity: 1; + } +} \ No newline at end of file -- cgit v1.2.3