@@ -90,31 +90,33 @@ Get started with Pyth Network by exploring our comprehensive documentation:
9090## Additional Resources
9191
9292<div className = " grid grid-cols-1 md:grid-cols-3 gap-6 mt-8" >
93- <div className = " p-6 bg-gray-50 rounded-lg" >
94- <h3 className = " text-lg font-semibold mb-2" >PYTH Token</h3 >
95- <p className = " text-gray-600 mb-4" >Learn about the Pyth governance token and its role in the network.</p >
96- <a href = " ./pyth-token" className = " text-blue-600 hover:text-blue-800 font-medium" >Learn More →</a >
93+ <div className = " p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700 " >
94+ <h3 className = " text-lg font-semibold mb-2 text-lightForeground dark:text-white " >PYTH Token</h3 >
95+ <p className = " text-gray-700 dark:text-light mb-4" >Learn about the Pyth governance token and its role in the network.</p >
96+ <a href = " ./pyth-token" className = " text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium" >Learn More →</a >
9797 </div >
9898
9999{ " " }
100100
101- <div className = " p-6 bg-gray-50 rounded-lg" >
102- <h3 className = " text-lg font-semibold mb-2" >Oracle Integrity Staking</h3 >
103- <p className = " text-gray-600 mb-4" >
101+ <div className = " p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700" >
102+ <h3 className = " text-lg font-semibold mb-2 text-lightForeground dark:text-white" >
103+ Oracle Integrity Staking
104+ </h3 >
105+ <p className = " text-gray-700 dark:text-light mb-4" >
104106 Understand how staking ensures data quality and network security.
105107 </p >
106108 <a
107109 href = " ./home/oracle-integrity-staking"
108- className = " text-blue-600 hover:text-blue-800 font-medium"
110+ className = " text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium"
109111 >
110112 Learn More →
111113 </a >
112114</div >
113115
114- <div className = " p-6 bg-gray-50 rounded-lg" >
115- <h3 className = " text-lg font-semibold mb-2" >Network Metrics</h3 >
116- <p className = " text-gray-600 mb-4" >Track the network's adoption, growth, and performance metrics.</p >
117- <a href = " ./home/metrics" className = " text-blue-600 hover:text-blue-800 font-medium" >Learn More →</a >
116+ <div className = " p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700 " >
117+ <h3 className = " text-lg font-semibold mb-2 text-lightForeground dark:text-white " >Network Metrics</h3 >
118+ <p className = " text-gray-700 dark:text-light mb-4" >Track the network's adoption, growth, and performance metrics.</p >
119+ <a href = " ./home/metrics" className = " text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium" >Learn More →</a >
118120 </div >
119121</div >
120122
0 commit comments