Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Release new update for v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cquanu authored Jun 12, 2016
1 parent 783a9e9 commit 3a5d794
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion github-dark.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* GitHub Dark v2.1.0
* GitHub Dark v2.1.1
* Copyright 2016 Quan You.
* Licensed under MIT (https://github.com/cquanu/github-dark/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -783,3 +783,38 @@ hr,
background-color: #292c36;
border: 1px solid #4c4d55;
}
/* Octotree Addon */

.octotree_github_sidebar {
background-color: #292c36;
color: #fff;
}
.octotree_github_sidebar .octotree_views .octotree_view .octotree_view_header {
background-color: #292c36;
border-bottom: 1px solid #4c4d55;
background-image: none;
}
.octotree_views .octotree_view .octotree_view_header {
text-shadow: none;
}
.octotree_github_sidebar input,
.octotree_github_sidebar textarea {
background-color: #101420;
border: 1px solid #4c4d55;
padding: 2px;
color: #fff;
}
.octotree_github_sidebar .octotree_views .octotree_treeview .jstree-default .jstree-wholerow-clicked {
background-color: #1f2a44;
}
.octotree_github_sidebar .octotree_views .octotree_treeview .jstree-default .jstree-wholerow-hovered {
background-color: #1f2a44;
}
.octotree_sidebar {
border-color: #4c4d55;
}
.octotree_github_sidebar a.octotree_toggle > span::after,
.octotree_github_sidebar a.octotree_opts {
-webkit-filter: invert(1);
filter: invert(1);
}

0 comments on commit 3a5d794

Please sign in to comment.