mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Fix css error!
This commit is contained in:
Binary file not shown.
@@ -5,8 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ link.alias }}</title>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss-typography/0.4.0/typography.min.css" rel="stylesheet">
|
||||
<link href="{% static 'css/dist/styles.css' %}" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{% static 'css/markdown.css' %}">
|
||||
<style>
|
||||
/* Task List Styles */
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
{% load markdown_extras %}
|
||||
|
||||
{% block extra_css %}
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss-typography/0.4.0/typography.min.css" rel="stylesheet">
|
||||
<link href="{% static 'css/dist/styles.css' %}" rel="stylesheet">
|
||||
<style>
|
||||
.prose {
|
||||
color: #374151;
|
||||
|
||||
Reference in New Issue
Block a user