UI Web Fixes
This commit is contained in:
parent
ecba80372d
commit
dd7736e806
4 changed files with 30 additions and 7 deletions
|
|
@ -54,3 +54,14 @@
|
|||
</nav>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<script>
|
||||
let el = document.querySelector("a[href='"+document.location.pathname+"']");
|
||||
if(el)el.classList.add("active")
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.nav-link.active {
|
||||
font-weight: 500;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue