Commit 4f23c30ace844cdcd2c59da1a758c8a6788ca6f3

Authored by Dmitriy Zaporozhets
1 parent 86e23a58

Fix highlight line for solarized theme

app/assets/stylesheets/gitlab_bootstrap/files.scss
... ... @@ -162,6 +162,7 @@
162 162 color: #666;
163 163 padding: 10px 6px 10px 0;
164 164 text-align: right;
  165 + background: #EEE;
165 166  
166 167 a {
167 168 color: #666;
... ...
app/assets/stylesheets/highlight/solarized_dark.scss
... ... @@ -4,7 +4,7 @@
4 4 color: #eee;
5 5 }
6 6  
7   - .hll { background-color: #ffffcc }
  7 + .hll { background-color: #073642 }
8 8 .c { color: #586E75 } /* Comment */
9 9 .err { color: #93A1A1 } /* Error */
10 10 .g { color: #93A1A1 } /* Generic */
... ...