nav fixes

This commit is contained in:
dmc
2024-01-25 17:22:25 +01:00
parent 9bd9de46de
commit f96351f728

View File

@@ -74,6 +74,7 @@
position: relative;
right: 5em;
top: 0.33em;
float: right;
}
header {
@@ -147,11 +148,11 @@
a:visited, a:active, a { color: #B0D944; outline: none; text-decoration: none; }
app-router a:visited, app-router a:active, app-router a {
color: #c8cdbb;
color: #B0D944;
}
app-router[data-load="system-status"] a[href='/'], app-router[data-load="system-status"] a:active[href='/'], app-router[data-load="system-status"] a:visited[href='/'],
app-router[data-load="docs-viewer"] a[href='/documentation'], app-router[data-load="docs-viewer"] a:active[href='/documentation'], app-router[data-load="docs-viewer"] a:visited[href='/documentation'] {
color: #B0D944;
color: rgb(78, 250, 92);
}
</style>
@@ -187,13 +188,13 @@
<a href="/" style="text-indent: -1rem">System Status</a>
<a href="/documentation">Documentation</a>
</nav>
<pre>
__ \ _ \ _` | __|
| | __/ ( | |
.__/ \___| \__,_| _|
_|
</pre>
</div>
<pre>
__ \ _ \ _` | __|
| | __/ ( | |
.__/ \___| \__,_| _|
_|
</pre>
</header>
<section id="status">
<div class="col"><system-status></system-status></div>