From 40a6cc9f0eecab176b9768542578dfd92ac40595 Mon Sep 17 00:00:00 2001 From: Jonatas Freitas Date: Fri, 25 Aug 2017 15:16:29 -0300 Subject: [PATCH] Color change of some items that generated contrasts and uncomfortable visual dislikes. --- custom.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/custom.css b/custom.css index 8346789..5d7e30a 100644 --- a/custom.css +++ b/custom.css @@ -49,7 +49,7 @@ div.input_area { /* GLOBALS */ @media not print { body { background-color: #eee; } } -a { color: #CF4A4C; } +a { color: #CCC; } a:hover, a:focus { color: #DE6F71; } /* INTRO PAGE */ @@ -285,12 +285,20 @@ div#notebook .text_cell_render { line-height: 1.25; } +.rendered_html tbody tr:nth-child(odd){ + background: #000; +} + +.jupyter-widgets{ + color: #ccc !important; +} + .rendered_html li p { margin-top: 1em; } .rendered_html h1 { - color: #CF4A4C; + color: #CCC; } div.output_html { font-family: sans-serif; }