dont force root

This commit is contained in:
Freya Murphy 2023-07-08 23:55:26 -04:00
parent 9f21971f76
commit e3eda7de0e
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
@font-face {
font-family: merriweather;
src: url("/static/merriweather.ttf");
src: url("static/merriweather.ttf");
}
:root {

View file

@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<base target="_parent">
<link rel="stylesheet" href="/static/main.css">
<link rel="stylesheet" href="static/main.css">
{% if theme == "white" %}
<link rel="stylesheet" href="/static/white.css">
<link rel="stylesheet" href="static/white.css">
{% endif %}
</head>
<body>