diff --git a/IPython/html/static/style/ipython.min.css b/IPython/html/static/style/ipython.min.css
index 396a70d..95c3eea 100644
--- a/IPython/html/static/style/ipython.min.css
+++ b/IPython/html/static/style/ipython.min.css
@@ -515,7 +515,7 @@ div.input {
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_prompt {
- color: #000080;
+ color: navy;
border-top: 1px solid transparent;
}
div.input_area > div.highlight {
@@ -787,7 +787,7 @@ div.out_prompt_overlay:hover {
background: rgba(240, 240, 240, 0.5);
}
div.output_prompt {
- color: #8b0000;
+ color: darkred;
}
/* This class is the outer container of all output sections. */
div.output_area {
@@ -860,7 +860,7 @@ div.output_area pre {
padding: 0;
border: 0;
vertical-align: baseline;
- color: #000000;
+ color: black;
background-color: transparent;
border-radius: 0;
}
@@ -1053,8 +1053,8 @@ div.output_unrecognized a:hover {
margin-top: 1em;
}
.rendered_html hr {
- color: #000000;
- background-color: #000000;
+ color: black;
+ background-color: black;
}
.rendered_html pre {
margin: 1em 2em;
@@ -1073,13 +1073,13 @@ div.output_unrecognized a:hover {
.rendered_html table {
margin-left: auto;
margin-right: auto;
- border: 1px solid #000000;
+ border: 1px solid black;
border-collapse: collapse;
}
.rendered_html tr,
.rendered_html th,
.rendered_html td {
- border: 1px solid #000000;
+ border: 1px solid black;
border-collapse: collapse;
margin: 1em 2em;
}
@@ -1575,4 +1575,4 @@ h6:hover .anchor-link {
left: 0px !important;
margin-left: 0px !important;
}
-/*# sourceMappingURL=../style/ipython.min.css.map */
\ No newline at end of file
+/*# sourceMappingURL=ipython.min.css.map */
\ No newline at end of file
diff --git a/IPython/html/static/style/style.min.css b/IPython/html/static/style/style.min.css
index fb0b05d..efc0f95 100644
--- a/IPython/html/static/style/style.min.css
+++ b/IPython/html/static/style/style.min.css
@@ -8388,7 +8388,7 @@ div.input {
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_prompt {
- color: #000080;
+ color: navy;
border-top: 1px solid transparent;
}
div.input_area > div.highlight {
@@ -8660,7 +8660,7 @@ div.out_prompt_overlay:hover {
background: rgba(240, 240, 240, 0.5);
}
div.output_prompt {
- color: #8b0000;
+ color: darkred;
}
/* This class is the outer container of all output sections. */
div.output_area {
@@ -8733,7 +8733,7 @@ div.output_area pre {
padding: 0;
border: 0;
vertical-align: baseline;
- color: #000000;
+ color: black;
background-color: transparent;
border-radius: 0;
}
@@ -8926,8 +8926,8 @@ div.output_unrecognized a:hover {
margin-top: 1em;
}
.rendered_html hr {
- color: #000000;
- background-color: #000000;
+ color: black;
+ background-color: black;
}
.rendered_html pre {
margin: 1em 2em;
@@ -8946,13 +8946,13 @@ div.output_unrecognized a:hover {
.rendered_html table {
margin-left: auto;
margin-right: auto;
- border: 1px solid #000000;
+ border: 1px solid black;
border-collapse: collapse;
}
.rendered_html tr,
.rendered_html th,
.rendered_html td {
- border: 1px solid #000000;
+ border: 1px solid black;
border-collapse: collapse;
margin: 1em 2em;
}
@@ -10452,4 +10452,4 @@ span.autosave_status {
#terminado-container {
margin: 8px;
}
-/*# sourceMappingURL=../style/style.min.css.map */
\ No newline at end of file
+/*# sourceMappingURL=style.min.css.map */
\ No newline at end of file