diff --git a/_includes/main.liquid b/_includes/main.liquid index b31e47d8ad5..8fe19a2164d 100644 --- a/_includes/main.liquid +++ b/_includes/main.liquid @@ -97,8 +97,8 @@ src="/chainlink-docs.svg" loading="lazy" style="height:40px;width:176px;max-width:176px" alt="Chainlink Developers"> -
Contract Developers
-
Node Operators
+
Contract Developers
+
Node Operators
diff --git a/_src/docs.css b/_src/docs.css index c54ec2ce226..9d7b52621c4 100644 --- a/_src/docs.css +++ b/_src/docs.css @@ -97,7 +97,10 @@ rdme-callout > *:first-child { #nav-container nav a.active { border-bottom:1px solid #EEE; } -a:hover { +#nav-container .tab a { + padding:16px; +} +a:hover, #nav-container .tab a:hover { color: #375bd2; } diff --git a/docs/Using Price Feeds/reference-contracts/ens.html b/docs/Using Price Feeds/reference-contracts/ens.html index f3db6229690..d598744ce8e 100644 --- a/docs/Using Price Feeds/reference-contracts/ens.html +++ b/docs/Using Price Feeds/reference-contracts/ens.html @@ -24,7 +24,7 @@ Chainlink is moving to the Ethereum Name Service (ENS) as the source of truth for Price Feed addresses. ENS is a distributed, open, and extensible naming system based on the Ethereum blockchain, which eliminates the need to copy or type long addresses. Instead, addresses can be obtained in deployed contracts or, alternatively, using off-chain scripts that read the state of the blockchain.
-
+

Lookup

Pair:
@@ -137,7 +137,7 @@

Lookup


-
+

Manual Lookup