mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Fix text cell color, was too light to be seen on certain monitors/browsers.
This commit is contained in:
parent
e9d744f06c
commit
83790b7e29
@ -206,7 +206,7 @@ div.input_area {
|
||||
color: black;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 3px;
|
||||
background: #fafafa;
|
||||
background: #f4f4f4;
|
||||
}
|
||||
|
||||
div.input_prompt {
|
||||
|
Loading…
Reference in New Issue
Block a user