Skip to content

Commit f981a9b

Browse files
committed
index: Remove now-deprecated 'data-bs-theme' theming setting
1 parent ab8167d commit f981a9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{%- endif -%}
1111
{% include styles.html %}
1212
</head>
13-
<body data-bs-theme="dark">
13+
<body>
1414
<header class="mb-4">
1515
{% include header.html %}
1616
</header>

0 commit comments

Comments
 (0)