mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Fix highlight line for solarized theme
This commit is contained in:
@@ -162,6 +162,7 @@
|
||||
color: #666;
|
||||
padding: 10px 6px 10px 0;
|
||||
text-align: right;
|
||||
background: #EEE;
|
||||
|
||||
a {
|
||||
color: #666;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user