Kinda working test

This commit is contained in:
Ben Arc
2021-06-29 01:19:35 +01:00
parent 8f441f32b5
commit c39dfbaee2
2 changed files with 21 additions and 10 deletions
+3 -2
View File
@@ -7,6 +7,7 @@
{% endfor %}
<!---->
<link rel="stylesheet" type="text/css" href="/static/css/base.css" />
{% block styles %}{% endblock %}
<title>{% block title %}{{ SITE_TITLE }}{% endblock %}</title>
<meta charset="utf-8" />
@@ -21,7 +22,7 @@
<body>
<q-layout id="vue" view="hHh lpR lfr" v-cloak>
<q-header bordered class="bg-lnbits-dark">
<q-header bordered class="bg-marginal-bg">
<q-toolbar>
{% block drawer_toggle %}
<q-btn
@@ -93,7 +94,7 @@
<q-btn
flat
dense
:color="($q.dark.isActive) ? 'white' : 'deep-purple'"
:color="($q.dark.isActive) ? 'white' : 'primary'"
icon="code"
type="a"
href="https://github.com/lnbits/lnbits"