Transition (background-)color on theme change
[plack-app-gruntmaster.git] / css / custom.css
index 73affe610e019a885dc9642812c5e948f7b54a4c..fa66f23e0a647990580939da3796aef6d60652e3 100644 (file)
@@ -71,3 +71,15 @@ ul.inline li:last-child:after {
 td.user, td.owner {
        word-break: break-all;
 }
+
+#themes {
+       margin-left: 0;
+}
+
+#themes:before {
+       content: " Themes: ";
+}
+
+.transition-color, .transition-color * {
+       transition: color 0.5s ease-in, background-color 0.5s ease-in;
+}
This page took 0.009534 seconds and 4 git commands to generate.