diff options
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/static/new/css/jupyter_notebooks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/static/new/css/jupyter_notebooks.css b/wqflask/wqflask/static/new/css/jupyter_notebooks.css index b916f03b..663d1746 100644 --- a/wqflask/wqflask/static/new/css/jupyter_notebooks.css +++ b/wqflask/wqflask/static/new/css/jupyter_notebooks.css @@ -1,4 +1,4 @@ -.jupyter-links .main-link:nth-of-type(2n) { +.jupyter-links:nth-of-type(2n) { background: #EEEEEE; } |