aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/static/new/css/jupyter_notebooks.css
blob: db972a1708792f4197af4a1007e7a45fb93f877e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.jupyter-links {
    padding: 1.5em;
}

.jupyter-links:nth-of-type(2n) {
    background: #EEEEEE;
}

.jupyter-links .main-link {
    font-size: larger;
    display: block;
}

.jupyter-links .src-link {
    font-size: smaller;
}