Navigation Menu

Skip to content

Commit

Permalink
[twilight theme] font-underline -> text-decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Nov 27, 2012
1 parent fb6c6f6 commit be4fe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/twilight.css
Expand Up @@ -22,5 +22,5 @@
.cm-s-twilight .cm-attribute { color: #d6bb6d; } /*?*/
.cm-s-twilight .cm-header { color: #FF6400; }
.cm-s-twilight .cm-hr { color: #AEAEAE; }
.cm-s-twilight .cm-link { color:#ad9361; font-style:italic; font-underline:none; } /**/
.cm-s-twilight .cm-link { color:#ad9361; font-style:italic; text-decoration:none; } /**/

0 comments on commit be4fe61

Please sign in to comment.