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-face {
|
||||||
font-family: merriweather;
|
font-family: merriweather;
|
||||||
src: url("/static/merriweather.ttf");
|
src: url("static/merriweather.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base target="_parent">
|
<base target="_parent">
|
||||||
<link rel="stylesheet" href="/static/main.css">
|
<link rel="stylesheet" href="static/main.css">
|
||||||
{% if theme == "white" %}
|
{% if theme == "white" %}
|
||||||
<link rel="stylesheet" href="/static/white.css">
|
<link rel="stylesheet" href="static/white.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue