OSDN Git Service

Fix highlight line for solarized theme
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fri, 15 Mar 2013 14:20:40 +0000 (16:20 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fri, 15 Mar 2013 14:20:40 +0000 (16:20 +0200)
app/assets/stylesheets/gitlab_bootstrap/files.scss
app/assets/stylesheets/highlight/solarized_dark.scss

index 279cfcd..d0bf3bd 100644 (file)
           color: #666;
           padding: 10px 6px 10px 0;
           text-align: right;
+          background: #EEE;
 
           a {
             color: #666;
index 1b20d7a..3f215b4 100644 (file)
@@ -4,7 +4,7 @@
     color: #eee;
   }
 
-  .hll { background-color: #ffffcc }
+  .hll { background-color: #073642 }
   .c { color: #586E75 } /* Comment */
   .err { color: #93A1A1 } /* Error */
   .g { color: #93A1A1 } /* Generic */