Skip to content

Commit

Permalink
refactor: declare that our website works both in light and dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jul 11, 2023
1 parent 8467380 commit b029e0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/_meta/_head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
{{! <link rel="manifest" href="../../site.webmanifest"> }}
{{! <link rel="apple-touch-icon" href="../../images/db_logo.svg"> }}

<!-- Declare that our website works both in light and dark mode //-->
<meta name="color-scheme" content="dark light">

<!-- 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 //-->
<link rel="stylesheet" href="../../css/{{ domain }}/db-ui-core.css?{{ cacheBuster }}" media="all">

Expand Down

0 comments on commit b029e0a

Please sign in to comment.