Transition (background-)color on theme change
[plack-app-gruntmaster.git] / css / custom.css
index 0188fd4dd470f40d26984c1133989e7d0fccafe4..fa66f23e0a647990580939da3796aef6d60652e3 100644 (file)
@@ -78,4 +78,8 @@ td.user, td.owner {
 
 #themes:before {
        content: " Themes: ";
-}
\ No newline at end of file
+}
+
+.transition-color, .transition-color * {
+       transition: color 0.5s ease-in, background-color 0.5s ease-in;
+}
This page took 0.009367 seconds and 4 git commands to generate.