Highlight 'rdap' in title with span darkening 1st/2nd level namespaces

This commit is contained in:
2023-08-26 00:19:42 -05:00
parent 425240e39b
commit e325942c37

View File

@@ -32,7 +32,7 @@ const Index: NextPage = () => {
<nav className="bg-zinc-850 px-5 py-4 shadow-sm">
<span className="text-white" style={{ fontSize: "larger" }}>
<a className="text-xl font-medium" href="#">
rdap.xevion.dev
rdap<span className="text-zinc-400">.xevion.dev</span>
</a>
</span>
</nav>