Skip to content

Commit

Permalink
Build fix: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerbrus committed Mar 15, 2017
1 parent 172c8c4 commit cea0291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-dark-theme/ms_dark_theme.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var userscript = function ($) {
background: "#333"
});

csslib.addRule(sheet, '.col-md-10 a:not(.btn), .col-md-10 a:not(.btn):visited', 0, {
csslib.addRule(sheet, ".col-md-10 a:not(.btn), .col-md-10 a:not(.btn):visited", 0, {
color: "#63a0d4"
});
csslib.addRule(sheet, ".col-md-10 a:not(.btn):hover, .col-md-10 a:not(.btn):active", 0, {
Expand Down

0 comments on commit cea0291

Please sign in to comment.