Commit ecae195d authored by yann300's avatar yann300

tiny css change

parent d48f48a4
...@@ -65,7 +65,7 @@ class SwapPanelComponent { ...@@ -65,7 +65,7 @@ class SwapPanelComponent {
<div id='plugins' class=${css.plugins} > <div id='plugins' class=${css.plugins} >
</div> </div>
` `
this.header = yo`<header class="navbar navbar-dark bg-dark"><h2 class="navbar-brand"></h2> </header>` this.header = yo`<header class="navbar navbar-dark bg-dark text-warning"><h2 class="navbar-brand"></h2> </header>`
if (!this.opt.displayHeader) this.header.style.display = 'none' if (!this.opt.displayHeader) this.header.style.display = 'none'
return yo`<div> return yo`<div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment