]> git.ipfire.org Git - ipfire.org.git/blobdiff - static/scss/style.scss
Feature page headers and a little bit more on the navigation sidebar
[ipfire.org.git] / static / scss / style.scss
index 27b0f2b42cf5f2720bc302aab63493f1d2b23714..e31db2adc9bfc560edd72d6469540659d103eefa 100644 (file)
@@ -271,9 +271,11 @@ section#appliances {
        }
 }
 
-hr.divider {
+.divider {
        width: 128px;
-       border-width: 4px;
+       height: 4px;
+       border-radius: 2px;
+       background-image: linear-gradient(to right, $red_900, $deep_orange_a400);
        margin: 56px auto 40px auto;
 }