dont force root
This commit is contained in:
parent
9f21971f76
commit
e3eda7de0e
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
@font-face {
|
||||
font-family: merriweather;
|
||||
src: url("/static/merriweather.ttf");
|
||||
src: url("static/merriweather.ttf");
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue