Skip to content

Commit 8421143

Browse files
committed
Fix monokai theme
1 parent 31de6e4 commit 8421143

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-gist",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"authors": [
55
"Dmitry Maslov <maslov.dmitrij@gmail.com>"
66
],

themes/monokai.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
.gist .gist-file{border-color: #fff;}
22
.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+
}
412
.gist .blob-num:hover{color: #f8f8f2;}
513
.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;}
716
.gist .blob-num{border-color: #999;}
817
.gist .pl-k{color: #f92672;}
918
.gist .pl-e{color: #f8f8f2;}

0 commit comments

Comments
 (0)