mv base css
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
html {
|
||||
font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
||||
"Courier New", monospace;
|
||||
font-family:
|
||||
"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
||||
"Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
body {
|
||||
background: radial-gradient(circle at top, #f2f1ea 0%, #e6e1d7 42%, #d8d2c5 100%);
|
||||
background: radial-gradient(
|
||||
circle at top,
|
||||
#f2f1ea 0%,
|
||||
#e6e1d7 42%,
|
||||
#d8d2c5 100%
|
||||
);
|
||||
color: #2b2620;
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
@@ -1,14 +1,15 @@
|
||||
{% load static %}
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
{% load static %}
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{% static 'frontend/css/home.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'frontend/css/base.css' %}">
|
||||
{% block extra_css %}{% endblock %}
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.8/dist/htmx.min.js"
|
||||
integrity="sha384-/TgkGk7p307TH7EXJDuUlgG3Ce1UVolAOFopFekQkkXihi5u/6OCvVKyz1W+idaz"
|
||||
|
||||
Reference in New Issue
Block a user