From: Alexander Randa Date: Wed, 16 Nov 2011 20:55:10 +0000 (+0300) Subject: change the highlight color from pink to blue X-Git-Tag: v1.2.0pre~15^2~13 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=930455f0655ab5e04a90ee108ad21ffcee31f947;p=wvm%2Fgitlab.git change the highlight color from pink to blue --- diff --git a/app/assets/stylesheets/style.scss b/app/assets/stylesheets/style.scss index 1f3fa1b70..b3530e5bf 100644 --- a/app/assets/stylesheets/style.scss +++ b/app/assets/stylesheets/style.scss @@ -11,8 +11,8 @@ html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms- body { margin: 0; font-size: 13px; line-height: 1.231; } body, button, input, select, textarea { font-family: sans-serif; color: #222; } -::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } -::selection { background: #fe57a1; color: #fff; text-shadow: none; } +::-moz-selection { background: #79c3e0; color: #fff; text-shadow: none; } +::selection { background: #79c3e0; color: #fff; text-shadow: none; } a { color: #00e; } a:hover { color: #06e; }