Reenable the brand link

This commit is contained in:
object-Object 2023-09-01 02:02:16 -04:00
parent 2a70a34222
commit 9f5f37246d
3 changed files with 4 additions and 6 deletions

View file

@ -12,4 +12,4 @@
- [x] Version
- [x] Don't delete sitemap markers
- [x] delete in dest, then copy, then traverse again to build sitemap from scratch
- [ ] Dropdowns for ^
- [x] Dropdowns for ^

View file

@ -14,7 +14,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">{{ title }}</div>
<a class="navbar-brand" href="{{ props.url }}">{{ title }}</a>
</div>
<!-- content -->

View file

@ -101,10 +101,6 @@ canvas.spell-viz {
--dark-mode: 0;
}
.navbar-brand {
pointer-events: none;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #201a20;
@ -128,6 +124,8 @@ canvas.spell-viz {
color: #aaa;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover {
color: #ccc;
}