]> git.ipfire.org Git - ipfire.org.git/blobdiff - static/scss/style.scss
Arrow at the bottom to scroll down now white on hover.
[ipfire.org.git] / static / scss / style.scss
index f5b8f742511ea7003b6fef95913031b683b91629..42e25f1c4a6ec976fc471bd1f36fd329a4c87108 100644 (file)
 @import "bootstrap-4.0.0-alpha.6/scss/utilities";
 
 
+// Colors
+
+.amber-800 {
+       color: $amber-800;
+}
+
 // Fonts
 
 h1 {
@@ -373,6 +379,9 @@ section.intro {
                                width: 64px;
                                height: 64px;
                        }
+                       &:hover .i_arrow_down {
+                               fill: white;
+                       }
                }
        }
 }