Compare commits

..

No commits in common. "114078d3a1154a6f52c092a95bb4317aad663c7f" and "64da0beff997288086e86255ebab3721e7fa401f" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -29,7 +29,7 @@ To build the executable binaries, you need:
- Go >= 1.22
- Bun >= 1.1.26
- [a-h/templ][templ-repo] v0.2.778
- templ v0.2.778
> **Note**:
>
@ -84,7 +84,7 @@ See the [Makefile](./Makefile).
- :white_check_mark: Accept IPv6 nodes.
- :white_check_mark: Use `a-h/templ` and `HTMX` instead of `Svelte`.
- Use Go standard `net/http` instead of `fiber`.
- :white_check_mark: Accept I2P nodes.
- Accept I2P nodes.
## Acknowledgement
@ -120,7 +120,6 @@ Thank you!
This project is licensed under [BSD-3-Clause](./LICENSE) license.
[templ-repo]: https://github.com/a-h/templ "a-h/templ GitHub repository"
[geoip-doc]: https://dev.maxmind.com/geoip/geoip2/geolite2/ "GeoIP documentation"
[server-systemd-service]: ./deployment/init/xmr-nodes-server.service "systemd service example for server"
[prober-systemd-service]: ./deployment/init/xmr-nodes-prober.service "systemd service example for prober"

View file

@ -16,7 +16,7 @@ a.external {
/* main navbar */
#main-navbar div a {
@apply py-0.5 md:py-3 px-4 md:px-1 border-s-2 md:border-s-0 md:border-b-2 border-transparent text-neutral-400 hover:text-neutral-200 focus:outline-none;
@apply py-0.5 md:py-3 px-4 md:px-1 border-s-2 md:border-s-0 md:border-b-2 border-transparent text-gray-500 hover:text-gray-800 focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-200;
}
#main-navbar div a.active {
@apply py-0.5 md:py-3 px-4 md:px-1 border-s-2 md:border-s-0 md:border-b-2 border-orange-400 font-medium text-neutral-200 focus:outline-none;