Merge pull request #593 from Phoenix616/patch-1

Specify the supported color schemes
This commit is contained in:
Piero Toffanin 2024-02-27 17:17:45 +01:00 committed by GitHub
commit 9af842b7df
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>