File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 3
3
| Distributed under the terms of the Modified BSD License.
4
4
|----------------------------------------------------------------------------*/
5
5
6
- @import url ('https://fonts.googleapis.com/css?family=Oswald' );
7
-
8
6
: root {
9
7
--jp-icon-discard-file-selected : url ('./images/discard-selected.svg' );
10
- --jp-Git-icon-author : url ('./images/author.svg' );
11
- --jp-image-caretdownwhite : url ('./images/caretdownwhite.svg' );
12
- --jp-caret-right-white : url ('./images/caretrightwhite.svg' );
13
8
--jp-icon-move-file-down-hover : url ('./images/move-file-down-hover.svg' );
14
9
--jp-icon-move-file-up-hover : url ('./images/move-file-up-hover.svg' );
15
- --jp-icon-path-arrow-right : url ('./images/path-arrow-right.svg' );
16
10
--jp-checkmark : url ('./images/checkmark-icon.svg' );
17
11
--jp-icon-clear-white : url ('./images/clear-white.svg' );
18
- --jp-icon-git : url ('./images/git-icon.svg' );
19
12
--jp-icon-git-clone : url ('./images/git-clone-icon.svg' );
20
- --jp-icon-git-clone-disabled : url ('./images/git-clone-icon-disabled.svg' );
21
- --jp-icon-git-push-disabled : url ('./images/git-clone-icon-disabled.svg' );
22
- --jp-icon-git-pull-disabled : url ('./images/git-clone-icon-disabled.svg' );
23
13
--jp-git-diff-deleted-color : rgba (255 , 0 , 0 , 0.2 );
24
14
--jp-git-diff-added-color : rgba (155 , 185 , 85 , 0.2 );
25
15
--jp-git-diff-output-color : rgba (0 , 141 , 255 , 0.3 );
You can’t perform that action at this time.
0 commit comments