Add dark mode support
This commit is contained in:
parent
9118d6ad16
commit
b67ec750ac
3 changed files with 15 additions and 2 deletions
|
|
@ -299,7 +299,7 @@ msgid ""
|
|||
"photographe\" class=\"btn btn-dark btn-sm\">Become a photograph</a>"
|
||||
msgstr ""
|
||||
"Si vous souhaitez obtenir les droits photographes pour téléverser vos "
|
||||
"photos, signalez le nous :<a href=\"mailto:photos@crans.org?"
|
||||
"photos, signalez le nous : <a href=\"mailto:photos@crans.org?"
|
||||
"subject=[Photographe] Demande de droits photographe\" class=\"btn btn-dark "
|
||||
"btn-sm\">Devenir photographe</a>"
|
||||
|
||||
|
|
|
|||
12
photo21/static/bootstrap5/css/bootstrap-dark-plugin.min.css
vendored
Normal file
12
photo21/static/bootstrap5/css/bootstrap-dark-plugin.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -11,12 +11,13 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
<title>{% block title %}{{ title }}{% endblock title %} - {{ request.site.name }}</title>
|
||||
<meta name="description" content="{% trans "The ENS Paris-Saclay pictures server." %}">
|
||||
<link rel="stylesheet" href="{% static "bootstrap5/css/bootstrap.min.css" %}">
|
||||
<link rel="stylesheet" href="{% static "bootstrap5/css/bootstrap-dark-plugin.min.css" %}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{% static "favicon-16x16.png" %}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{% static "favicon-32x32.png" %}">
|
||||
<meta name="theme-color" content="#212529">
|
||||
{% block extracss %}{% endblock %}
|
||||
</head>
|
||||
<body class="bg-light">
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark py-0">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{% url 'index' %}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue