We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e546a5c commit 8f95c9cCopy full SHA for 8f95c9c
templates/base.html
@@ -6,6 +6,7 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
<title>{% block title %}Main page{% endblock %} | Django-Docker</title>
8
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
9
+ <link rel="stylesheet" type="text/css" href="https://unpkg.com/bulma-prefers-dark" />
10
</head>
11
<body>
12
<section class="section">
0 commit comments