Skip to content

Commit 8f95c9c

Browse files
committed
Added support of dark mode (color scheme defined in OS, supported by Safari/Chrome)
1 parent e546a5c commit 8f95c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>{% block title %}Main page{% endblock %} | Django-Docker</title>
88
<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" />
910
</head>
1011
<body>
1112
<section class="section">

0 commit comments

Comments
 (0)