File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " github-gist" ,
3
- "version" : " 1.2.5 " ,
3
+ "version" : " 1.2.6 " ,
4
4
"authors" : [
5
5
" Dmitry Maslov <maslov.dmitrij@gmail.com>"
6
6
],
Original file line number Diff line number Diff line change 1
1
.gist .gist-file {border-color : # fff ;}
2
2
.gist .blob-code-inner {color : # f8f8f2 ;}
3
- .gist .blob-num {color : # 999 ;}
3
+ .gist .blob-num {
4
+ color : # 999 ;
5
+ border : solid # 999 ;
6
+ border-width : 0 1px 0 0 ;
7
+ }
8
+ .gist .blob-wrapper {
9
+ border-bottom-right-radius : 0 ;
10
+ border-bottom-left-radius : 0 ;
11
+ }
4
12
.gist .blob-num : hover {color : # f8f8f2 ;}
5
13
.gist .highlight {background : # 272822 ;}
6
- .gist .gist-file .gist-meta {background : # 272822 ;}
14
+ .gist .gist-meta {background : # 272822 ;}
15
+ .gist .gist-data {border-bottom : 1px solid # 999 ;}
7
16
.gist .blob-num {border-color : # 999 ;}
8
17
.gist .pl-k {color : # f92672 ;}
9
18
.gist .pl-e {color : # f8f8f2 ;}
You can’t perform that action at this time.
0 commit comments