1 | | = Welcome to Trac |
| 1 | |
| 2 | |
| 3 | }}} |
| 4 | // Needs latest Compass, add '@import "compass"' to your scss |
| 5 | // Permalink - use to edit and share this gradient: |
| 6 | // https://colorzilla.com/gradient-editor/#a90329+0,700000+44,700000+60,6d0019+100 |
| 7 | background-color: #a90329; // Old browsers |
| 8 | @include filter-gradient(#a90329, #6d0019, horizontal); // IE6-8 |
| 9 | // IE9 SVG, needs conditional override of 'filter' to 'none' |
| 10 | $experimental-support-for-svg: true; |
| 11 | @include background-image(linear-gradient(left, #a90329 0%,#700000 44%,#700000 60%,#6d0019 100%)); |
| 12 | |
| 13 | Welcome to Trac |