Commit 930455f0655ab5e04a90ee108ad21ffcee31f947

Authored by Alexander Randa
1 parent c4a575b7

change the highlight color from pink to blue

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/assets/stylesheets/style.scss
@@ -11,8 +11,8 @@ html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms- @@ -11,8 +11,8 @@ html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-
11 body { margin: 0; font-size: 13px; line-height: 1.231; } 11 body { margin: 0; font-size: 13px; line-height: 1.231; }
12 body, button, input, select, textarea { font-family: sans-serif; color: #222; } 12 body, button, input, select, textarea { font-family: sans-serif; color: #222; }
13 13
14 -::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }  
15 -::selection { background: #fe57a1; color: #fff; text-shadow: none; } 14 +::-moz-selection { background: #79c3e0; color: #fff; text-shadow: none; }
  15 +::selection { background: #79c3e0; color: #fff; text-shadow: none; }
16 16
17 a { color: #00e; } 17 a { color: #00e; }
18 a:hover { color: #06e; } 18 a:hover { color: #06e; }