Specify the supported color schemes

This commit is contained in:
Max Lee 2024-02-27 14:36:41 +01:00 committed by GitHub
parent 6313175321
commit 4549a2b3d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,8 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/material-icons.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/prism.min.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}?v={{ version }}" />
<meta name="color-scheme" content="light dark">
</head>
<body>