Skip to content

Commit

Permalink
Add jp-ThemedContainer to the body
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 6, 2024
1 parent 4d9974d commit 40387bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion notebook/templates/consoles.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="{{ base_url | escape }}custom/custom.css">
{% endif %}
</head>
<body>
<body class="jp-ThemedContainer">

{# Copy so we do not modify the page_config with updates. #}
{% set page_config_full = page_config.copy() %}
Expand Down
2 changes: 1 addition & 1 deletion notebook/templates/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" type="image/x-icon" href="{{ base_url | escape }}static/favicons/favicon-file.ico" class="favicon">
{% endblock %}
</head>
<body data-notebook="edit">
<body class="jp-ThemedContainer" data-notebook="edit">

{# Copy so we do not modify the page_config with updates. #}
{% set page_config_full = page_config.copy() %}
Expand Down
2 changes: 1 addition & 1 deletion notebook/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

</head>

<body>
<body class="jp-ThemedContainer">

{% block stylesheet %}
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion notebook/templates/notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="{{ base_url | escape }}custom/custom.css">
{% endif %}
</head>
<body data-notebook="notebooks">
<body class="jp-ThemedContainer" data-notebook="notebooks">

{# Copy so we do not modify the page_config with updates. #}
{% set page_config_full = page_config.copy() %}
Expand Down
2 changes: 1 addition & 1 deletion notebook/templates/terminals.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="{{ base_url | escape }}custom/custom.css">
{% endif %}
</head>
<body>
<body class="jp-ThemedContainer">

{# Copy so we do not modify the page_config with updates. #}
{% set page_config_full = page_config.copy() %}
Expand Down
2 changes: 1 addition & 1 deletion notebook/templates/tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="{{ base_url | escape }}custom/custom.css">
{% endif %}
</head>
<body>
<body class="jp-ThemedContainer">

{# Copy so we do not modify the page_config with updates. #}
{% set page_config_full = page_config.copy() %}
Expand Down

0 comments on commit 40387bb

Please sign in to comment.