Last active
August 29, 2015 14:06
-
-
Save adamculpepper/6b116aadee03b1867c2d to your computer and use it in GitHub Desktop.
Stylish CSS Outlines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Formatted for GitHub */ | |
a {outline:1px dotted #D68A85!important;} | |
h1, h2, h3, h4, h5, h6 {outline:1px dotted #E7912D!important;} | |
li {outline:1px dotted #CECC33!important;} | |
span {outline:1px dotted #F0F!important;} | |
div {outline:1px dotted #3AB6F1!important;} | |
ul, ol {outline:1px dotted #8684D8!important;} | |
li {outline:1px dotted #DD67AE!important;} | |
table td {outline:1px dotted lightblue!important;} | |
i {outline:1px dotted gray!important;} | |
img {outline:1px dotted #bad!important;} | |
/* Formatted for Stylish */ | |
a {outline:1px dotted #D68A85!important;} | |
h1, h2, h3, h4, h5, h6 {outline:1px dotted #E7912D!important;} | |
li {outline:1px dotted #CECC33!important;} | |
span {outline:1px dotted #F0F!important;} | |
div {outline:1px dotted #3AB6F1!important;} | |
ul, ol {outline:1px dotted #8684D8!important;} | |
li {outline:1px dotted #DD67AE!important;} | |
table td {outline:1px dotted lightblue!important;} | |
i {outline:1px dotted gray!important;} | |
img {outline:1px dotted #bad!important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment