mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
round corner and light bg on code areas
c/o @fperez
This commit is contained in:
parent
c022dca01a
commit
30028c3ca0
@ -198,6 +198,8 @@ div.input {
|
|||||||
div.input_area {
|
div.input_area {
|
||||||
color: black;
|
color: black;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
border-radius: 3px;
|
||||||
|
background: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.input_prompt {
|
div.input_prompt {
|
||||||
|
Loading…
Reference in New Issue
Block a user