aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2021-11-08 16:45:05 +0300
committerFrederick Muriuki Muriithi2021-11-08 16:45:05 +0300
commit5a14bbc53dafd7b85c3e903a3dcb2dab87a6fed2 (patch)
tree31e9ba9ababcc7f730bb91534f2dc275404b251e
parentc63d10c565f82413ae8b5e553b1f00485439530a (diff)
downloadgenenetwork2-5a14bbc53dafd7b85c3e903a3dcb2dab87a6fed2.tar.gz
Fix styling of divs
-rw-r--r--wqflask/wqflask/static/new/css/jupyter_notebooks.css2
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;
}