Skip to content

Commit b029e0a

Browse files
committed
refactor: declare that our website works both in light and dark mode
1 parent 8467380 commit b029e0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/_meta/_head.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
{{! <link rel="manifest" href="../../site.webmanifest"> }}
1414
{{! <link rel="apple-touch-icon" href="../../images/db_logo.svg"> }}
1515

16+
<!-- Declare that our website works both in light and dark mode //-->
17+
<meta name="color-scheme" content="dark light">
18+
1619
<!-- If you're adapting the HTML out of this document, only include the following CSS file, as the other below are related to pattern lab styling and presenting our patterns in this context even only //-->
1720
<link rel="stylesheet" href="../../css/{{ domain }}/db-ui-core.css?{{ cacheBuster }}" media="all">
1821

0 commit comments

Comments
 (0)