mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-10 04:08:45 -06:00
switch to scss for css, begin refactoring old css into scss, add bulma 0.9.1 to repo
This commit is contained in:
@@ -5,9 +5,8 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css">
|
||||
{% load static %}
|
||||
<link rel="stylesheet" href="{% static 'theme.css' %}">
|
||||
{% load static %}
|
||||
<link rel="stylesheet" href="{% static 'main.css' %}">
|
||||
{% endblock head %}
|
||||
</head>
|
||||
<body class="has-navbar-fixed-top">
|
||||
|
||||
Reference in New Issue
Block a user