diff --git a/index.html b/index.html
index 3253a22..c5d9f53 100644
--- a/index.html
+++ b/index.html
@@ -182,34 +182,19 @@
pear-ctrl[data-platform="darwin"] {
margin-top: 16px;
+ margin-left: 8px;
}
system-status,
- docs-viewer,
- developer-tooling {
+ docs-viewer {
position: relative;
top: 156px
}
- #version {
- position: fixed;
- top: 96vh;
- font-size: .6rem;
- background: #1a1a1a;
- color: white;
- opacity: 1;
- padding: 8px;
- padding-top: 0px;
- padding-bottom: 0px;
- transition: top 0.3s;
- border-radius: .35rem;
- border: 1px solid #3a4816;
- }
-
- #version:hover {
- top: 92vh;
- transition: top 0.3s;
- }
+ developer-tooling {
+ position: relative;
+ top: 96px
+ }
a:visited,
a:active,
@@ -287,19 +272,55 @@