mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
74683da8ad
as it already exist in Bootstrap
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
// Our customizations to bootstrap go here.
|
|
|
|
@textColor: @black;
|
|
@baseFontSize: 13px;
|
|
@monoFontFamily: monospace; // to allow user to customize their fonts
|
|
@navbarHeight: 36px;
|
|
|
|
// Our own global variables for all pages go here
|
|
|
|
@code_line_height: 1.231em;
|