diff --git a/index.html b/index.html index 67f4ec482a9..51ac9748273 100644 --- a/index.html +++ b/index.html @@ -13,25 +13,115 @@ background-color: #f4f4f4; padding: 1rem; } + .dark-mode body { + background-color: #212529; + color: #adb5bd; + } h1 { color: #333; font-size: 2rem; } + .dark-mode h1 { + color: #adb5bd; + } p { font-size: 1.1rem; color: #666; margin-bottom: 1.5rem; } + .dark-mode p { + color: #adb5bd; + } + + .github-link { + fill: #333; + } + .dark-mode .github-link { + fill: #c9d1d9; + } + + #darkModeToggle { + position: absolute; + padding: 5px; + cursor: pointer; + right: 1rem; + top: 0.5rem; + } + #darkModeToggle svg { + height: 1.5rem; + width: 1.5rem; + } + .d-none { + display: none; + }

Ethereum 2.0 Validator Queue

-

Estimated waiting time for new validators: 692.0 hours and 12 minutes

-

Pending validators (entry queue): 51915

-

Estimated waiting time for exit queue: 0.0 hours and 16 minutes

-

Pending validators (exit queue): 21

-

Active validators: 573852

+

Estimated waiting time for new validators: 692.0 hours and 44 minutes

+

Pending validators (entry queue): 51955

+

Estimated waiting time for exit queue: 0.0 hours and 12 minutes

+

Pending validators (exit queue): 15

+

Active validators: 573827

+
+

+ + + +

+ +
+ + + + + + + + + + +
+ + - \ No newline at end of file +